| [flake8] | |
| max-line-length = 180 | |
| extend-ignore = | |
| E302, | |
| E305, | |
| E402 | |
| exclude = | |
| .git, | |
| .venv, | |
| __pycache__, | |
| data, | |
| .pytest_cache | |
| [tool:pytest] | |
| testpaths = tests | |
| python_files = test_*.py | |
| addopts = -ra | |
| [flake8] | |
| max-line-length = 180 | |
| extend-ignore = | |
| E302, | |
| E305, | |
| E402 | |
| exclude = | |
| .git, | |
| .venv, | |
| __pycache__, | |
| data, | |
| .pytest_cache | |
| [tool:pytest] | |
| testpaths = tests | |
| python_files = test_*.py | |
| addopts = -ra | |