Skip to content

Commit 066617b

Browse files
committed
Enforce ruff rules UP006 and UP007
1 parent ae0aff3 commit 066617b

File tree

11 files changed

+555
-569
lines changed

11 files changed

+555
-569
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ ignore = [
154154
"PLR2004", # allow some "magic" values
155155
"PYI034", # do not check return value of new method
156156
"TID252", # allow relative imports
157-
"UP006", "UP007", # use old type annotations (for now)
158157
"TRY003", # allow specific messages outside the exception class
159158
]
160159

0 commit comments

Comments
 (0)