Spaces:
Runtime error
Runtime error
| [flake8] | |
| ignore = E203, E266, E501, W503 | |
| max-line-length = 100 | |
| import-order-style = google | |
| application-import-names = flake8 | |
| select = B,C,E,F,W,T4,B9 | |
| exclude = | |
| .tox, | |
| .git, | |
| __pycache__, | |
| docs, | |
| sbatch, | |
| .venv, | |
| *.pyc, | |
| *.egg-info, | |
| .cache, | |
| .eggs | |