Skip to content

Commit f5626ca

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/adamchainz/django-upgrade: 1.15.0 → 1.16.0](adamchainz/django-upgrade@1.15.0...1.16.0) - [github.com/psf/black: 23.12.1 → 24.2.0](psf/black@23.12.1...24.2.0) - [github.com/pycqa/flake8: 6.1.0 → 7.0.0](PyCQA/flake8@6.1.0...7.0.0) - [github.com/PyCQA/bandit: 1.7.6 → 1.7.7](PyCQA/bandit@1.7.6...1.7.7)
1 parent 29baaef commit f5626ca

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ repos:
4949
args: ['--check', '--no-update']
5050

5151
- repo: https://github.com/adamchainz/django-upgrade
52-
rev: '1.15.0'
52+
rev: '1.16.0'
5353
hooks:
5454
- id: django-upgrade
5555
args: ['--target-version', '4.2']
@@ -72,12 +72,12 @@ repos:
7272
- id: isort
7373

7474
- repo: https://github.com/psf/black
75-
rev: 23.12.1
75+
rev: 24.2.0
7676
hooks:
7777
- id: black
7878

7979
- repo: https://github.com/pycqa/flake8
80-
rev: 6.1.0
80+
rev: 7.0.0
8181
hooks:
8282
- id: flake8
8383
additional_dependencies:
@@ -98,7 +98,7 @@ repos:
9898
args: [--in-place, --config, ./pyproject.toml]
9999

100100
- repo: https://github.com/PyCQA/bandit
101-
rev: 1.7.6
101+
rev: 1.7.7
102102
hooks:
103103
- id: bandit
104104
args: [-c, pyproject.toml]

0 commit comments

Comments
 (0)