kopia lustrzana https://github.com/projecthorus/radiosonde_auto_rx
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
rodzic
60f847443e
commit
a9ec7c6cb2
|
@ -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
|
||||
|
|
Ładowanie…
Reference in New Issue