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
3 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
exclude: '^lnbits/static/bundle.*|^docs/.*|^lnbits/static/vendor/.*|^lnbits/extensions/.*|^lnbits/wallets/lnd_grpc_files/.*|^package-lock.json$'
exclude: '^lnbits/static/bundle.*|^docs/.*|^lnbits/static/vendor/.*|^lnbits/extensions/.*|^lnbits/upgrades/.*|^lnbits/wallets/lnd_grpc_files/.*|^package-lock.json$'
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks