We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29baaef commit f5626caCopy full SHA for f5626ca
.pre-commit-config.yaml
@@ -49,7 +49,7 @@ repos:
49
args: ['--check', '--no-update']
50
51
- repo: https://github.com/adamchainz/django-upgrade
52
- rev: '1.15.0'
+ rev: '1.16.0'
53
hooks:
54
- id: django-upgrade
55
args: ['--target-version', '4.2']
@@ -72,12 +72,12 @@ repos:
72
- id: isort
73
74
- repo: https://github.com/psf/black
75
- rev: 23.12.1
+ rev: 24.2.0
76
77
- id: black
78
79
- repo: https://github.com/pycqa/flake8
80
- rev: 6.1.0
+ rev: 7.0.0
81
82
- id: flake8
83
additional_dependencies:
@@ -98,7 +98,7 @@ repos:
98
args: [--in-place, --config, ./pyproject.toml]
99
100
- repo: https://github.com/PyCQA/bandit
101
- rev: 1.7.6
+ rev: 1.7.7
102
103
- id: bandit
104
args: [-c, pyproject.toml]
0 commit comments