pre-commit: exclude auto_rx/autorx/static files

Those are external donwloaded packages, it does not make sense to use
linting on them.
pull/880/head
Jiří Pinkava 2024-05-25 06:25:32 +02:00
rodzic 60f847443e
commit a9ec7c6cb2
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -5,6 +5,10 @@ repos:
rev: v4.3.0
hooks:
- id: trailing-whitespace
exclude: |
(?x)(auto_rx/autorx/static)
- id: end-of-file-fixer
exclude: |
(?x)(auto_rx/autorx/static)
- id: check-added-large-files
- id: check-executables-have-shebangs