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 ded92f7 commit e792993Copy full SHA for e792993
.pre-commit-config.yaml
@@ -0,0 +1,16 @@
1
+repos:
2
+ - repo: https://github.com/adamchainz/django-upgrade
3
+ rev: 1.21.0
4
+ hooks:
5
+ - id: django-upgrade
6
+ args: [--target-version, "5.1"]
7
+
8
+ - repo: https://github.com/psf/black
9
+ rev: 24.8.0
10
11
+ - id: black
12
13
+ - repo: https://github.com/astral-sh/ruff-pre-commit
14
+ rev: v0.6.8
15
16
+ - id: ruff
pyproject.toml
@@ -65,6 +65,7 @@ tox = "^4.18.0"
65
coverage = "^7.6.1"
66
django-coverage-plugin = "^3.1.0"
67
pytest-asyncio = "^0.24.0"
68
+pre-commit = "^3.8.0"
69
70
71
[tool.poetry.group.docs.dependencies]
0 commit comments