Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit 4d1bfb8

Browse files
committed
Remove a diagnostic ruff told me could "cause conflicts with the formatter"
1 parent f5314e2 commit 4d1bfb8

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
@@ -19,7 +19,7 @@ dependencies = {file = "requirements.txt"}
1919
write_to = "src/wwvb/__version__.py"
2020
[tool.ruff.lint]
2121
select = ["E", "F", "D", "I", "N", "UP", "YTT", "BLE", "B", "FBT", "A", "COM", "C4", "DTZ", "FA", "ISC", "ICN", "PIE", "PYI", "Q", "RET", "SIM", "TID", "TCH", "ARG", "PTH", "C", "R", "W", "FLY", "RUF", "PL"]
22-
ignore = ["D203", "D213", "D400", "D415", "ISC001", "E741", "C901", "PLR0911", "PLR2004", "PLR0913"]
22+
ignore = ["D203", "D213", "D400", "D415", "ISC001", "E741", "C901", "PLR0911", "PLR2004", "PLR0913", "COM812"]
2323
[tool.ruff]
2424
line-length = 120
2525
[project]

0 commit comments

Comments
 (0)