diff --git a/pyproject.toml b/pyproject.toml index 85699b99..be197efc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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