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 6dfdd46 commit 567349eCopy full SHA for 567349e
.pre-commit-config.yaml
@@ -14,7 +14,7 @@ repos:
14
- id: end-of-file-fixer
15
- id: trailing-whitespace
16
- repo: https://github.com/tox-dev/pyproject-fmt
17
- rev: 1.4.1
+ rev: 1.5.1
18
hooks:
19
- id: pyproject-fmt
20
- repo: https://github.com/tox-dev/tox-ini-fmt
@@ -38,7 +38,7 @@ repos:
38
- id: django-upgrade
39
args: [--target-version, '3.2']
40
- repo: https://github.com/psf/black-pre-commit-mirror
41
- rev: 23.10.1
+ rev: 23.11.0
42
43
- id: black
44
- repo: https://github.com/adamchainz/blacken-docs
@@ -66,7 +66,7 @@ repos:
66
- flake8-comprehensions
67
- flake8-tidy-imports
68
- repo: https://github.com/pre-commit/mirrors-mypy
69
- rev: v1.6.1
+ rev: v1.7.0
70
71
- id: mypy
72
additional_dependencies:
0 commit comments