Skip to content

Commit

Permalink
#165: Label TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
ddundo committed Apr 16, 2024
1 parent 2e568ab commit 6a404d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ exclude = '''
[tool.ruff]
line-length = 88
select = [
# "B", # flake8-bugbear TODO: enable this (#163)
# "C", # mccabe complexity TODO: enable this (#163)
# "B", # flake8-bugbear TODO: enable this (#165)
# "C", # mccabe complexity TODO: enable this (#165)
"E", "W", # Pycodestyle
"F", # Pyflakes
"I", # isort
Expand Down

0 comments on commit 6a404d0

Please sign in to comment.