mirror of
https://github.com/thegeeklab/git-batch.git
synced 2024-11-21 18:40:40 +00:00
chore: exclude ruff linter rule UP038 (#243)
This commit is contained in:
parent
3a7c9a1499
commit
fd0b154b68
@ -108,6 +108,7 @@ ignore = [
|
|||||||
"D202",
|
"D202",
|
||||||
"D203",
|
"D203",
|
||||||
"D212",
|
"D212",
|
||||||
|
"UP038",
|
||||||
]
|
]
|
||||||
line-length = 99
|
line-length = 99
|
||||||
select = [
|
select = [
|
||||||
|
Loading…
Reference in New Issue
Block a user