Skip to content

Commit 2169714

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 22.12.0 → 23.3.0](psf/black@22.12.0...23.3.0) - [github.com/PyCQA/isort: 5.11.1 → 5.12.0](PyCQA/isort@5.11.1...5.12.0) - [github.com/asottile/pyupgrade: v3.3.1 → v3.6.0](asottile/pyupgrade@v3.3.1...v3.6.0) - [github.com/adamchainz/django-upgrade: 1.12.0 → 1.13.0](adamchainz/django-upgrade@1.12.0...1.13.0) - [github.com/floatingpurr/sync_with_poetry: 0.4.0 → 1.0.0](floatingpurr/sync_with_poetry@0.4.0...1.0.0)
1 parent 6985ccd commit 2169714

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ repos:
1010
- id: check-added-large-files
1111

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

1818
- repo: https://github.com/PyCQA/isort
19-
rev: "5.11.1"
19+
rev: "5.12.0"
2020
hooks:
2121
- id: isort
2222
exclude: "tests/snapshots/"
@@ -28,20 +28,20 @@ repos:
2828
exclude: "tests/snapshots/"
2929

3030
- repo: https://github.com/asottile/pyupgrade
31-
rev: "v3.3.1"
31+
rev: "v3.6.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.12.0"
38+
rev: "1.13.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: 0.4.0
45+
rev: 1.0.0
4646
hooks:
4747
- id: sync_with_poetry

0 commit comments

Comments
 (0)