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 764664f commit 3a4944dCopy full SHA for 3a4944d
.pre-commit-config.yaml
@@ -6,20 +6,20 @@ repos:
6
- id: end-of-file-fixer
7
- id: trailing-whitespace
8
- repo: https://github.com/psf/black
9
- rev: 24.4.2
+ rev: 24.8.0
10
hooks:
11
- id: black
12
- repo: https://github.com/PyCQA/flake8
13
- rev: 7.1.0
+ rev: 7.1.1
14
15
- id: flake8
16
- repo: https://github.com/asottile/pyupgrade
17
- rev: v3.16.0
+ rev: v3.17.0
18
19
- id: pyupgrade
20
args: [--py37-plus]
21
- repo: https://github.com/adamchainz/django-upgrade
22
- rev: 1.19.0
+ rev: 1.21.0
23
24
- id: django-upgrade
25
args: [--target-version, "3.2"]
0 commit comments