Skip to content
Merged
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@
# recursively re-ignore
__pycache__
*.egg-info/
docs/build
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ repos:
- id: check-yaml
- id: check-toml
- id: check-added-large-files
args: [ --maxkb=1024 ]
- id: requirements-txt-fixer

- repo: https://github.com/Spill-Tea/addlicense-pre-commit
rev: v1.1.2
hooks:
- id: addlicense
language: golang
exclude: ^docs/
args: [
-f, LICENSE,
]
types_or: [ python ]
types_or: [ python, cython ]
Loading
Loading