Skip to content

Commit

Permalink
Update ruff settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemadden42 committed Sep 8, 2024
1 parent 2f00e45 commit dba2f20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

[tool.ruff]
select = [
lint.select = [
# Pyflakes
"F",
# Pycodestyle
Expand All @@ -49,7 +49,7 @@ select = [
# Pylint
"PL"
]
ignore = [
lint.ignore = [
# tests use assert
"S101"
]

0 comments on commit dba2f20

Please sign in to comment.