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 f68f5fb commit acc888bCopy full SHA for acc888b
.pre-commit-config.yaml
@@ -2,7 +2,7 @@ exclude: 'docs|migrations'
2
3
repos:
4
- repo: https://github.com/pre-commit/pre-commit-hooks
5
- rev: v4.1.0
+ rev: v4.3.0
6
hooks:
7
- id: trailing-whitespace
8
- id: end-of-file-fixer
@@ -13,7 +13,7 @@ repos:
13
- id: debug-statements
14
15
- repo: https://github.com/asottile/pyupgrade
16
- rev: v2.31.1
+ rev: v2.34.0
17
18
- id: pyupgrade
19
args: [--py37-plus]
@@ -32,12 +32,12 @@ repos:
32
args: ['--settings-path=pyproject.toml']
33
34
- repo: https://github.com/psf/black
35
- rev: 22.3.0
+ rev: 22.6.0
36
37
- id: black
38
39
- repo: https://github.com/adamchainz/django-upgrade
40
- rev: 1.4.0
+ rev: 1.7.0
41
42
- id: django-upgrade
43
args: [--target-version, "3.2"]
0 commit comments