ruff is a flake8-compatible Python linter written in Rust. It supports the flake8 plugins that we use and is significantly faster in testing.
11 lines
131 B
INI
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
|