Skip to content
Snippets Groups Projects
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