mirror of
https://github.com/thegeeklab/docker-tidy.git
synced 2024-11-24 21:20:42 +00:00
chore: exclude ruff linter rule UP038 (#490)
This commit is contained in:
parent
3f8f86351b
commit
6c97a93bc4
@ -125,6 +125,7 @@ ignore = [
|
||||
"D202",
|
||||
"D203",
|
||||
"D212",
|
||||
"UP038",
|
||||
]
|
||||
line-length = 99
|
||||
select = [
|
||||
|
Loading…
Reference in New Issue
Block a user