Skip to content

Commit 540047f

Browse files
committed
Enable flake8-no-pep420 linter
1 parent 02d14d0 commit 540047f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ select = [
5757
"ICN", # flake8-import-conventions
5858
"LOG", # flake8-logging
5959
"G", # flake8-logging-format
60-
# "INP", # flake8-no-pep420
60+
"INP", # flake8-no-pep420
6161
"PYI", # flake8-pyi
6262
# "PT", # flake8-pytest-style
6363
"Q", # flake8-quotes

0 commit comments

Comments
 (0)