mirror of
https://github.com/nix-community/nix-direnv.git
synced 2025-11-08 19:46:11 +01:00
disable remaining failing ruff lints
This commit is contained in:
parent
d5a10dc6d5
commit
4dbf3db600
1 changed files with 5 additions and 0 deletions
|
|
@ -21,6 +21,11 @@ ignore = [
|
||||||
"S101",
|
"S101",
|
||||||
# `subprocess` call: check for execution of untrusted input
|
# `subprocess` call: check for execution of untrusted input
|
||||||
"S603",
|
"S603",
|
||||||
|
|
||||||
|
# FIXME? Maybe we should enable these?
|
||||||
|
"PLR0913", # Too many arguments in function definition (7 > 5)
|
||||||
|
"PLR2004", # Magic value used in comparison, consider replacing 4 with a constant variable
|
||||||
|
"FBT002", # Boolean default positional argument in function definition
|
||||||
]
|
]
|
||||||
|
|
||||||
[tool.mypy]
|
[tool.mypy]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue