Add SIM905 lint (#11055)

This lints for use of a list of strings instead of splitting a constant string on whitespace
This commit is contained in:
danieleades
2023-01-02 05:02:42 +00:00
committed by GitHub
parent 2759c2c76b
commit c2e278520e

View File

@@ -19,7 +19,6 @@ ignore =
SIM117,
SIM223,
SIM401,
SIM905,
SIM907,
exclude =
.git,
@@ -34,3 +33,4 @@ application-import-names = sphinx
import-order-style = smarkets
per-file-ignores =
tests/*: E501
sphinx/util/jsdump.py: SIM905