-
Guilhem Saurel authored
- add pre-commit and its CI - switch to black - configure flake8 & isort for black - add badges
Guilhem Saurel authored- add pre-commit and its CI - switch to black - configure flake8 & isort for black - add badges
setup.cfg 135 B
[flake8]
max-line-length = 88
exclude = tests/test_python-syntax_error.py
ignore = E226, E704, E24, E121, W504, E126, E123, W503, E203