AMMICO/.flake8_nb
pre-commit-ci[bot] a19ea3ea82
[pre-commit.ci] pre-commit autoupdate (#79)
* [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>
2023-05-16 10:56:15 +02:00

5 строки
137 B
Plaintext

[flake8_nb]
extend-ignore = E203, F401, E402, E501
exclude = .git,__pycache__,.ipynb_checkpoints
max-line-length = 90
max-complexity = 18