scider / .pre-commit-config.yaml
leonardklin's picture
Upload 328 files
978fed5 verified
Raw
History Blame Contribute Delete
575 Bytes
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v6.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: name-tests-test
- id: requirements-txt-fixer
- repo: https://github.com/pycqa/isort
rev: 5.13.2
hooks:
- id: isort
args: ["--profile", "black", "--line-length=100", "--python-version=310"]
- repo: https://github.com/psf/black
rev: 25.1.0
hooks:
- id: black
args: ["--line-length=100", "--target-version=py310"]
- repo: https://github.com/kynan/nbstripout
rev: 0.8.2
hooks:
- id: nbstripout