mirror of
https://github.com/arc53/DocsGPT.git
synced 2026-02-21 20:01:26 +00:00
* All endpoints covered test_integration.py kept for backwards compatability. tests/integration/run_all.py proposed as alternative to cover all endpoints. * Linter fixes
6 lines
207 B
TOML
6 lines
207 B
TOML
# Allow lines to be as long as 120 characters.
|
|
line-length = 120
|
|
|
|
[lint.per-file-ignores]
|
|
# Integration tests use sys.path.insert() before imports for standalone execution
|
|
"tests/integration/*.py" = ["E402"] |