ignore upgrades dir in linters and formatters and precommit (#1783)

This commit is contained in:
dni ⚡ 2023-06-26 10:38:40 +02:00 committed by GitHub
parent be7c589722
commit 9a0878de19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 1 deletions

View file

@ -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