AMMICO/.pre-commit-config.yaml
pre-commit-ci[bot] d273e7a2e3
[pre-commit.ci] pre-commit autoupdate (#21)
updates:
- [github.com/pycqa/flake8: 5.0.2 → 5.0.4](https://github.com/pycqa/flake8/compare/5.0.2...5.0.4)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-08-15 13:49:58 +02:00

22 строки
514 B
YAML

repos:
- repo: https://github.com/kynan/nbstripout
rev: 0.6.0
hooks:
- id: nbstripout
files: ".ipynb"
- repo: https://github.com/psf/black
rev: 22.6.0
hooks:
- id: black
- repo: https://github.com/dfm/black_nbconvert
rev: v0.4.0
hooks:
- id: black_nbconvert
- repo: https://github.com/pycqa/flake8
rev: 5.0.4
hooks:
- id: flake8
- repo: https://github.com/s-weigand/flake8-nb
rev: v0.4.0
hooks:
- id: flake8-nb