We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 675e805 commit 3ffdda4Copy full SHA for 3ffdda4
.pre-commit-config.yaml
@@ -1,25 +1,25 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.4.0
+ rev: v4.6.0
4
hooks:
5
- id: check-yaml
6
- id: end-of-file-fixer
7
- id: trailing-whitespace
8
- repo: https://github.com/psf/black
9
- rev: 23.7.0
+ rev: 24.4.0
10
11
- id: black
12
- repo: https://github.com/PyCQA/flake8
13
- rev: 6.0.0
+ rev: 7.0.0
14
15
- id: flake8
16
- repo: https://github.com/asottile/pyupgrade
17
- rev: v3.9.0
+ rev: v3.15.2
18
19
- id: pyupgrade
20
args: [--py37-plus]
21
- repo: https://github.com/adamchainz/django-upgrade
22
- rev: 1.14.0
+ rev: 1.16.0
23
24
- id: django-upgrade
25
args: [--target-version, "3.2"]
0 commit comments