We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dab33e9 commit 17b35ebCopy full SHA for 17b35eb
pyproject.toml
@@ -4,7 +4,7 @@ target-version = "py39"
4
5
[tool.ruff.lint]
6
select = ["ALL"]
7
-ignore = ["ANN", "D", "N813", "TD", "FIX002", "FA100", "PLR0913", "COM812", "ISC001", "E731", "N818", "PERF203", "TRY003"]
+ignore = ["ANN", "D", "N813", "TD", "FIX002", "FA100", "PLR0913", "COM812", "ISC001", "E731", "N818", "PERF203", "TRY003", "A005"]
8
exclude = ["setup.py", "docs/*"]
9
10
[tool.ruff.lint.mccabe]
0 commit comments