We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9793ade commit ead03caCopy full SHA for ead03ca
pyproject.toml
@@ -35,6 +35,8 @@ version = { attr = "src.__version__" }
35
36
[tool.ruff]
37
fix = true
38
+src = ["src"]
39
+extend-exclude = ["**/migrations/*.py"]
40
41
[tool.ruff.lint]
42
extend-select = [
0 commit comments