Skip to content
Snippets Groups Projects
Commit 895b9d0c authored by Peter Pentchev's avatar Peter Pentchev
Browse files

"Unhide" the Ruff config directory

There's no point in introducing a new dot directory.
parent f1bce3f3
Branches
Tags
No related merge requests found
recursive-include .config *.toml
recursive-include config *.toml
include .editorconfig
include CHANGELOG.md
recursive-include nix *.nix *.sh
......
File moved
File moved
......@@ -71,7 +71,7 @@ load-plugins = [
]
[tool.ruff]
extend = ".config/ruff-base/pyproject.toml"
extend = "config/ruff-base/pyproject.toml"
select = ["E", "F"]
[tool.test-stages]
......
......@@ -32,7 +32,7 @@ tags =
deps =
ruff == 0.0.241
commands =
ruff check --config .config/ruff-all/pyproject.toml -- {[defs]pyfiles}
ruff check --config config/ruff-all/pyproject.toml -- {[defs]pyfiles}
[testenv:black]
skip_install = True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment