Skip to content

Commit bf96ecf

Browse files
[pre-commit.ci] pre-commit autoupdate (jazzband#743)
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/asottile/pyupgrade: v3.17.0 → v3.18.0](asottile/pyupgrade@v3.17.0...v3.18.0) - [github.com/adamchainz/django-upgrade: 1.21.0 → 1.22.1](adamchainz/django-upgrade@1.21.0...1.22.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent c87fd9e commit bf96ecf

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: 'v4.6.0'
3+
rev: 'v5.0.0'
44
hooks:
55
- id: check-merge-conflict
66
- repo: https://github.com/hadialqattan/pycln
@@ -18,7 +18,7 @@ repos:
1818
- id: isort
1919
args: ['--profile', 'black']
2020
- repo: https://github.com/pre-commit/pre-commit-hooks
21-
rev: 'v4.6.0'
21+
rev: 'v5.0.0'
2222
hooks:
2323
- id: end-of-file-fixer
2424
exclude: >-
@@ -47,12 +47,12 @@ repos:
4747
- id: detect-private-key
4848
exclude: ^examples|(?:tests/ssl)/
4949
- repo: https://github.com/asottile/pyupgrade
50-
rev: 'v3.17.0'
50+
rev: 'v3.18.0'
5151
hooks:
5252
- id: pyupgrade
5353
args: ['--keep-mock']
5454
- repo: https://github.com/adamchainz/django-upgrade
55-
rev: '1.21.0'
55+
rev: '1.22.1'
5656
hooks:
5757
- id: django-upgrade
5858
args: [--target-version, '4.2']

0 commit comments

Comments
 (0)