Skip to content

Commit 0b351ef

Browse files
committed
pyproject: Remove deprecated ruff rules
These are no longer part of the ruleset Signed-off-by: Jussi Kukkonen <[email protected]>
1 parent f2aeb97 commit 0b351ef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ ignore = [
9696
"TRY",
9797

9898
# Individual rules that have been disabled
99-
"ANN101", "ANN102", # nonsense, deprecated in ruff
10099
"D400", "D415", "D213", "D205", "D202", "D107", "D407", "D413", "D212", "D104", "D406", "D105", "D411", "D401", "D200", "D203",
101100
"ISC001", # incompatible with ruff formatter
102101
"PLR0913", "PLR2004",

0 commit comments

Comments
 (0)