Skip to content

Commit 80a57f3

Browse files
committed
Remove ignored UP006 rule
1 parent 42f0410 commit 80a57f3

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
@@ -198,7 +198,6 @@ ignore = [
198198
"PT012", # pytest-raises-with-multiple-statements (too many to fix all at once)
199199
# Permanently disabled rules
200200
"PLC0415", # import-outside-top-level (intentionally used frequently)
201-
"UP006", # non-pep585-annotation (not compatible with Python 3.8)
202201
"D203", # incorrect-blank-line-before-class
203202
"D213", # multi-line-summary-second-line
204203
"ARG001", # unused-argument

0 commit comments

Comments
 (0)