excluding data folder from formatting

class-solution
Daniel Pozsar 3 months ago
parent 9f72b6b7eb
commit 8677786da5

@ -14,9 +14,12 @@ repos:
rev: v4.6.0 rev: v4.6.0
hooks: hooks:
- id: trailing-whitespace - id: trailing-whitespace
exclude: ^data/
- id: end-of-file-fixer - id: end-of-file-fixer
- id: check-yaml exclude: ^data/
- id: check-added-large-files - id: check-added-large-files
exclude: ^data/
- id: check-yaml
- repo: https://github.com/pycqa/isort - repo: https://github.com/pycqa/isort
rev: 5.13.2 rev: 5.13.2
hooks: hooks:

Loading…
Cancel
Save