Skip to content

Commit 8afa8a3

Browse files
committed
ruff settings
1 parent 843f9c9 commit 8afa8a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ line-length = 79
3434

3535
[tool.ruff.lint]
3636
select = ["ALL"]
37-
ignore = ["COM", "D1", "PLR2004", "PT", "S101", "T20"]
37+
ignore = ["COM", "D1", "FIX002", "PLR2004", "PT", "S101", "T20", "TD"]
3838

3939
[tool.ruff.lint.isort]
4040
force-single-line = true

0 commit comments

Comments
 (0)