Had to disable check-added-large-files pre-commit hook for siesta data and now I turn it back on

class-solution
Daniel Pozsar 3 months ago
parent 16775e7d24
commit ac6865fd11

@ -16,7 +16,7 @@ repos:
- id: trailing-whitespace - id: trailing-whitespace
- id: end-of-file-fixer - id: end-of-file-fixer
- id: check-yaml - id: check-yaml
# - id: check-added-large-files - id: check-added-large-files
- 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