diff --git a/config/clients/python/template/pyproject.toml b/config/clients/python/template/pyproject.toml index 1e292dc6..52f77385 100644 --- a/config/clients/python/template/pyproject.toml +++ b/config/clients/python/template/pyproject.toml @@ -35,17 +35,17 @@ target-version = "py310" [tool.ruff.lint] extend-select = [ - "B", # flake8-bugbear - "C4", # flake8-comprehensions - "C9", # mccabe + #"B", # flake8-bugbear + #"C4", # flake8-comprehensions + #"C9", # mccabe "I", # isort - "PGH", # pygrep-hooks - "RUF", # ruff - "UP", # pyupgrade - "W", # pycodestyle - "YTT", # flake8-2020 - "TRY", # tryceratops - "EM", # flake8-errmsg + #"PGH", # pygrep-hooks + #"RUF", # ruff + #"UP", # pyupgrade + #"W", # pycodestyle + #"YTT", # flake8-2020 + #"TRY", # tryceratops + #"EM", # flake8-errmsg ] ignore = []