Skip to content

Commit d91d0cf

Browse files
authored
Extend default ruff excludes
1 parent 9f5ad1a commit d91d0cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ django_settings_module = "{{ project_name }}.settings"
4141

4242
[tool.ruff]
4343
target-version = "py312"
44-
exclude = ["migrations", ".venv"]
44+
extend-exclude = ["migrations"]
4545

4646
[tool.ruff.lint]
4747
select = ["ALL"]

0 commit comments

Comments
 (0)