Skip to content

Commit

Permalink
Update config
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Oct 31, 2024
1 parent 59a0cd4 commit 785e7a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ fix = true

lint.select = [
"C4", # flake8-comprehensions
"E", # pycodestyle errors
"E", # pycodestyle
"EM", # flake8-errmsg
"F", # pyflakes errors
"F", # pyflakes
"I", # isort
"ICN", # flake8-import-conventions
"ISC", # flake8-implicit-str-concat
Expand All @@ -73,7 +73,7 @@ lint.select = [
"RUF100", # unused noqa (yesqa)
"S", # flake8-bandit
"UP", # pyupgrade
"W", # pycodestyle warnings
"W", # pycodestyle
"YTT", # flake8-2020
]
lint.ignore = [
Expand Down

0 comments on commit 785e7a3

Please sign in to comment.