Skip to content

Commit

Permalink
Fixed ruff config
Browse files Browse the repository at this point in the history
  • Loading branch information
kalaspuff committed Nov 23, 2023
1 parent be471ee commit b4d5c4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ select = [
"BLE", # flake8-blind-except
"S", # flake8-bandit
]
ignores = [
ignore = [
"UP007", # union type annotations
]
src = [
Expand All @@ -105,6 +105,7 @@ src = [
[tool.ruff.per-file-ignores]
"tests/**/*.py" = [
"S101", # assert
"I003", # isort
"PLR2004", # magic-value-comparison
]

Expand Down

0 comments on commit b4d5c4f

Please sign in to comment.