Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .editorconfig-checker.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
".ruff_cache/*",
"pytest_django.egg-info/*",
"__pycache__/*",
"zizmor.sarif"
"zizmor.sarif",
"docs/_build/*"
],
"Disable": {
"MaxLineLength": true
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,16 +58,16 @@ postgres = [
"psycopg[binary]",
]
mysql = [
"mysqlclient==2.1.0",
"mysqlclient==2.2.7",
]
xdist = [
"pytest-xdist",
]
linting = [
"editorconfig-checker==3.2.1",
"mypy==1.15.0",
"ruff==0.9.5",
"zizmor==1.9.0",
"mypy==1.17.1",
"ruff==0.12.8",
"zizmor==1.11.0",
]

[project.urls]
Expand Down
Loading