mirror of
https://github.com/FuzzyGrim/Yamtrack.git
synced 2026-03-02 22:57:00 +00:00
add force exclude to ruff config https://github.com/astral-sh/ruff/issues/1220
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
[tool.ruff]
|
||||
target-version = "py312"
|
||||
extend-exclude = ["migrations"]
|
||||
force-exclude = true
|
||||
|
||||
[tool.ruff.lint]
|
||||
select = ["ALL"]
|
||||
|
||||
Reference in New Issue
Block a user