Skip to content

Commit 72a6476

Browse files
authored
🚨 fix ICN003 errors (#6)
2 parents f58713d + 7e9f7ba commit 72a6476

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+2810
-4315
lines changed

‎pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ preview = true
148148
"DOC", # flake8-docstrings
149149
"PYI054", # flake8-pyi: numeric-literal-too-long
150150
"PYI064", # flake8-pyi: redundant-final-literal
151+
"SLF001", # flake8-self: private-member-access
151152
"PLC2701", # pylint/C: import-private-name
152153
"PLR0904", # pylint/R: too-many-public-methods
153154
"PLR0913", # pylint/R: too-many-arguments

0 commit comments

Comments
 (0)