Skip to content

Commit

Permalink
Merge pull request #6386 from MetRonnie/flake8
Browse files Browse the repository at this point in the history
Use `flake8-implicit-str-concat`
  • Loading branch information
hjoliver authored Sep 29, 2024
2 parents 8110813 + c142d1a commit 1eda3a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ tests =
flake8-builtins>=1.5.0
flake8-comprehensions>=3.5.0
flake8-debugger>=4.0.0
flake8-implicit-str-concat>=0.4
flake8-mutable>=1.2.0
flake8-simplify>=0.14.0
flake8-type-checking; python_version > "3.7"
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ ignore=
W504
; "experimental" SIM9xx rules (flake8-simplify)
SIM9
; explicitly concatenated strings (flake8-implicit-str-concat)
ISC003

per-file-ignores=
; TYPE_CHECKING block suggestions
Expand Down

0 comments on commit 1eda3a7

Please sign in to comment.