зеркало из
https://github.com/ssciwr/AMMICO.git
synced 2025-10-29 13:06:04 +02:00
updates: - [github.com/s-weigand/flake8-nb: v0.3.1 → v0.4.0](https://github.com/s-weigand/flake8-nb/compare/v0.3.1...v0.4.0)
22 строки
514 B
YAML
22 строки
514 B
YAML
repos:
|
|
- repo: https://github.com/kynan/nbstripout
|
|
rev: 0.5.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: 4.0.1
|
|
hooks:
|
|
- id: flake8
|
|
- repo: https://github.com/s-weigand/flake8-nb
|
|
rev: v0.4.0
|
|
hooks:
|
|
- id: flake8-nb |