Skip to content

Commit 551a921

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - [github.com/psf/black: 23.3.0 → 24.2.0](psf/black@23.3.0...24.2.0) - [github.com/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/PyCQA/flake8: 6.0.0 → 7.0.0](PyCQA/flake8@6.0.0...7.0.0) - [github.com/asottile/pyupgrade: v3.4.0 → v3.15.0](asottile/pyupgrade@v3.4.0...v3.15.0) - [github.com/adamchainz/django-upgrade: 1.13.0 → 1.16.0](adamchainz/django-upgrade@1.13.0...1.16.0) - [github.com/floatingpurr/sync_with_poetry: 1.0.0 → 1.1.0](floatingpurr/sync_with_poetry@1.0.0...1.1.0)
1 parent b941115 commit 551a921

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -2,46 +2,46 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.4.0
5+
rev: v4.5.0
66
hooks:
77
- id: trailing-whitespace
88
- id: end-of-file-fixer
99
- id: check-yaml
1010
- id: check-added-large-files
1111

1212
- repo: https://github.com/psf/black
13-
rev: "23.3.0"
13+
rev: "24.2.0"
1414
hooks:
1515
- id: black
1616
exclude: "tests/snapshots/"
1717

1818
- repo: https://github.com/PyCQA/isort
19-
rev: "5.12.0"
19+
rev: "5.13.2"
2020
hooks:
2121
- id: isort
2222
exclude: "tests/snapshots/"
2323

2424
- repo: https://github.com/PyCQA/flake8
25-
rev: "6.0.0"
25+
rev: "7.0.0"
2626
hooks:
2727
- id: flake8
2828
exclude: "tests/snapshots/"
2929

3030
- repo: https://github.com/asottile/pyupgrade
31-
rev: "v3.4.0"
31+
rev: "v3.15.0"
3232
hooks:
3333
- id: pyupgrade
3434
args: [ --py37-plus ]
3535
exclude: "tests/snapshots/"
3636

3737
- repo: https://github.com/adamchainz/django-upgrade
38-
rev: "1.13.0"
38+
rev: "1.16.0"
3939
hooks:
4040
- id: django-upgrade
4141
args: [--target-version, "2.2"]
4242
exclude: "tests/snapshots/"
4343

4444
- repo: https://github.com/floatingpurr/sync_with_poetry
45-
rev: 1.0.0
45+
rev: 1.1.0
4646
hooks:
4747
- id: sync_with_poetry

0 commit comments

Comments
 (0)