Skip to content

Commit

Permalink
Remove deprecated ruff option
Browse files Browse the repository at this point in the history
  • Loading branch information
Parnassius committed Aug 19, 2024
1 parent 3f376bb commit 173b9ec
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ fixable = [
"UP", # pyupgrade
]
dummy-variable-rgx = "^_$"
ignore-init-module-imports = true

[tool.ruff.lint.flake8-tidy-imports]
ban-relative-imports = "all"
Expand Down
1 change: 0 additions & 1 deletion spec_parser/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ fixable = [
"UP", # pyupgrade
]
dummy-variable-rgx = "^_$"
ignore-init-module-imports = true

[tool.ruff.lint.flake8-tidy-imports]
ban-relative-imports = "all"
Expand Down

0 comments on commit 173b9ec

Please sign in to comment.