Skip to content

Commit

Permalink
Use Ruff to prevent various regressions (mhammond#2221)
Browse files Browse the repository at this point in the history
  • Loading branch information
Avasam authored and clin1234 committed Jun 7, 2024
1 parent 2734aa8 commit 3b79d72
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 @@ -52,3 +52,6 @@ known-third-party = [
"distutils",
]
extra-standard-library = ["setuptools"]

[lint.flake8-implicit-str-concat]
allow-multiline = false # ignore ISC003 with this option disabled

0 comments on commit 3b79d72

Please sign in to comment.