Spaces:
Sleeping
Sleeping
| [flake8] | |
| exclude = fixtures, __jac_gen__, build, examples, vendor, ./server/src/tests/*, temp* | |
| plugins = flake8_import_order, flake8_docstrings, flake8_comprehensions, flake8_bugbear, flake8_annotations, pep8_naming, flake8_simplify | |
| max-line-length = 120 | |
| ignore = E203, W503, ANN101, ANN102, I201, ANN401, D401, SIM115, E501 | |
| per-file-ignores = server/src/utils/onboarding_questions.py:E501 |