Skip to content

Commit 9ea69e0

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.4.0 → v3.9.0](asottile/pyupgrade@v3.4.0...v3.9.0) - [github.com/adamchainz/django-upgrade: 1.13.0 → 1.14.0](adamchainz/django-upgrade@1.13.0...1.14.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 9ea69e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,20 +28,20 @@ repos:
2828
exclude: "tests/snapshots/"
2929

3030
- repo: https://github.com/asottile/pyupgrade
31-
rev: "v3.4.0"
31+
rev: "v3.9.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.14.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)