1
0
mirror of synced 2025-04-19 11:02:15 +03:00
sydent/setup.cfg
Patrick Cloke f978334f0e
Switch to ruff instead of flake8. (#543)
ruff is a flake8-compatible Python linter written in Rust.
It supports the flake8 plugins that we use and is significantly
faster in testing.
2022-12-28 13:19:36 +00:00

11 lines
131 B
INI

[build_sphinx]
source-dir = docs/sphinx
build-dir = docs/build
all_files = 1
[aliases]
test = trial
[trial]
test_suite = tests