We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a09e245 commit 27e4f43Copy full SHA for 27e4f43
.editorconfig-checker.json
@@ -5,7 +5,8 @@
5
".ruff_cache/*",
6
"pytest_django.egg-info/*",
7
"__pycache__/*",
8
- "zizmor.sarif"
+ "zizmor.sarif",
9
+ "docs/_build/*"
10
],
11
"Disable": {
12
"MaxLineLength": true
pyproject.toml
@@ -57,16 +57,16 @@ postgres = [
57
"psycopg[binary]",
58
]
59
mysql = [
60
- "mysqlclient==2.1.0",
+ "mysqlclient==2.2.7",
61
62
xdist = [
63
"pytest-xdist",
64
65
linting = [
66
"editorconfig-checker==3.2.1",
67
- "mypy==1.15.0",
68
- "ruff==0.9.5",
69
- "zizmor==1.9.0",
+ "mypy==1.17.1",
+ "ruff==0.12.8",
+ "zizmor==1.11.0",
70
71
[project.urls]
72
Documentation = "https://pytest-django.readthedocs.io/"
0 commit comments