зеркало из
https://github.com/ssciwr/AMMICO.git
synced 2025-10-29 21:16:06 +02:00
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/s-weigand/flake8-nb: v0.5.0 → v0.5.3](https://github.com/s-weigand/flake8-nb/compare/v0.5.0...v0.5.3) * update flake8 config --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Inga Ulusoy <inga.ulusoy@uni-heidelberg.de>
19 строки
386 B
YAML
19 строки
386 B
YAML
repos:
|
|
- repo: https://github.com/kynan/nbstripout
|
|
rev: 0.6.1
|
|
hooks:
|
|
- id: nbstripout
|
|
files: ".ipynb"
|
|
- repo: https://github.com/psf/black
|
|
rev: 23.3.0
|
|
hooks:
|
|
- id: black
|
|
- repo: https://github.com/pycqa/flake8
|
|
rev: 6.0.0
|
|
hooks:
|
|
- id: flake8
|
|
- repo: https://github.com/s-weigand/flake8-nb
|
|
rev: v0.5.3
|
|
hooks:
|
|
- id: flake8-nb
|