Skip to content

Commit 1b64d35

Browse files
committed
Ruff: ignore UP038
fixes #64
1 parent b229095 commit 1b64d35

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

changelog.d/64.changed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Ruff: ignore UP038

ruff.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ ignore = [
6969
'Q001', # bad-quotes-multiline-string
7070
'Q002', # bad-quotes-docstring
7171
'Q003', # avoidable-escaped-quote
72+
'UP038', # upstream has deprecated / removed
7273
]
7374

7475

template/ruff.toml.jinja

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ ignore = [
6969
'Q001', # bad-quotes-multiline-string
7070
'Q002', # bad-quotes-docstring
7171
'Q003', # avoidable-escaped-quote
72+
'UP038', # upstream has deprecated / removed
7273
]
7374

7475

0 commit comments

Comments
 (0)