Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
ruff: lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
drjova committed Sep 25, 2024
1 parent 093e346 commit ad4b323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruff.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
target-version = "py311"
lint.ignore = ["PT009"]

[lint.flake8-tidy-imports]
ban-relative-imports = "all"
Expand All @@ -26,6 +25,7 @@ select = [
"AIR",

]
ignore = ["PT009"]


[lint.pycodestyle]
Expand Down

0 comments on commit ad4b323

Please sign in to comment.