Skip to content

Commit

Permalink
Add SIM905 lint (#11055)
Browse files Browse the repository at this point in the history
This lints for use of a list of strings instead of splitting a constant string on whitespace
  • Loading branch information
danieleades authored Jan 2, 2023
1 parent 2759c2c commit c2e2785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ ignore =
SIM117,
SIM223,
SIM401,
SIM905,
SIM907,
exclude =
.git,
Expand All @@ -34,3 +33,4 @@ application-import-names = sphinx
import-order-style = smarkets
per-file-ignores =
tests/*: E501
sphinx/util/jsdump.py: SIM905

0 comments on commit c2e2785

Please sign in to comment.