Skip to content

Commit

Permalink
add pep8-naming lint
Browse files Browse the repository at this point in the history
  • Loading branch information
narumiruna committed Mar 6, 2024
1 parent 7f9b70b commit 8092535
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ select = [
"E", # pycodestyle errors
"F", # pyflakes
"I", # isort
# "UP", # pyupgrade
"N", # pep8-naming
"UP", # pyupgrade
"W", # pycodestyle warnings

]
Expand Down

0 comments on commit 8092535

Please sign in to comment.