Skip to content

Commit 867773e

Browse files
committed
chore: 🔧 remove Ruff ignoring of Django files
1 parent 0c16e31 commit 867773e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ruff.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ extend-select = [
1414
# Ignore missing docstring at the top of files
1515
ignore = ["D100"]
1616

17-
# Ignore Django migration files
18-
exclude = ["**/migrations/*.py"]
19-
2017
[lint.pydocstyle]
2118
convention = "google"
2219

0 commit comments

Comments
 (0)