Don't use Ruff on markdown
All checks were successful
Test and build Docker image / docker (push) Successful in 1m34s
All checks were successful
Test and build Docker image / docker (push) Successful in 1m34s
This commit is contained in:
parent
793f67db42
commit
32a5228174
1 changed files with 1 additions and 0 deletions
|
|
@ -36,6 +36,7 @@ requires = ["poetry-core>=1.0.0"]
|
||||||
build-backend = "poetry.core.masonry.api"
|
build-backend = "poetry.core.masonry.api"
|
||||||
|
|
||||||
[tool.ruff]
|
[tool.ruff]
|
||||||
|
exclude = ["**/README.md"]
|
||||||
preview = true
|
preview = true
|
||||||
unsafe-fixes = true
|
unsafe-fixes = true
|
||||||
fix = true
|
fix = true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue