Skip to content

Commit

Permalink
Fix lint configs for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Limych committed Oct 5, 2024
1 parent a53ea49 commit e9b1827
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ keep-runtime-typing = true

[lint.mccabe]
max-complexity = 25

[lint.per-file-ignores]
"tests/*.py" = ["ANN001", "ANN201", "S101", "SLF001"]

0 comments on commit e9b1827

Please sign in to comment.