ignore upgrades dir in linters and formatters and precommit (#1783)
This commit is contained in:
parent
be7c589722
commit
9a0878de19
3 changed files with 4 additions and 1 deletions
|
|
@ -66,6 +66,7 @@ include = [
|
|||
exclude = [
|
||||
"lnbits/wallets/lnd_grpc_files",
|
||||
"lnbits/extensions",
|
||||
"lnbits/upgrades",
|
||||
]
|
||||
|
||||
[tool.mypy]
|
||||
|
|
@ -128,6 +129,7 @@ enable = [
|
|||
[tool.pylint.MASTER]
|
||||
ignore-paths = [
|
||||
"^lnbits/extensions/.*$",
|
||||
"^lnbits/upgrades/.*$",
|
||||
"^lnbits/wallets/lnd_grpc_files/.*$",
|
||||
]
|
||||
fail-under = 10.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue