Skip to content

Commit 17b35eb

Browse files
authored
Don't worry about stdlib module name clashes.
1 parent dab33e9 commit 17b35eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ target-version = "py39"
44

55
[tool.ruff.lint]
66
select = ["ALL"]
7-
ignore = ["ANN", "D", "N813", "TD", "FIX002", "FA100", "PLR0913", "COM812", "ISC001", "E731", "N818", "PERF203", "TRY003"]
7+
ignore = ["ANN", "D", "N813", "TD", "FIX002", "FA100", "PLR0913", "COM812", "ISC001", "E731", "N818", "PERF203", "TRY003", "A005"]
88
exclude = ["setup.py", "docs/*"]
99

1010
[tool.ruff.lint.mccabe]

0 commit comments

Comments
 (0)