Skip to content

Commit 785e7a3

Browse files
committed
Update config
1 parent 59a0cd4 commit 785e7a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ fix = true
5959

6060
lint.select = [
6161
"C4", # flake8-comprehensions
62-
"E", # pycodestyle errors
62+
"E", # pycodestyle
6363
"EM", # flake8-errmsg
64-
"F", # pyflakes errors
64+
"F", # pyflakes
6565
"I", # isort
6666
"ICN", # flake8-import-conventions
6767
"ISC", # flake8-implicit-str-concat
@@ -73,7 +73,7 @@ lint.select = [
7373
"RUF100", # unused noqa (yesqa)
7474
"S", # flake8-bandit
7575
"UP", # pyupgrade
76-
"W", # pycodestyle warnings
76+
"W", # pycodestyle
7777
"YTT", # flake8-2020
7878
]
7979
lint.ignore = [

0 commit comments

Comments
 (0)