Skip to content

Commit fe75e30

Browse files
[pre-commit.ci] pre-commit autoupdate (#895)
<!--pre-commit.ci start--> updates: - [github.com/asottile/pyupgrade: v3.11.0 → v3.13.0](asottile/pyupgrade@v3.11.0...v3.13.0) - [github.com/adamchainz/django-upgrade: 1.14.1 → 1.15.0](adamchainz/django-upgrade@1.14.1...1.15.0) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent c497814 commit fe75e30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ repos:
3636
additional_dependencies:
3737
- tomli==2.0.1
3838
- repo: https://github.com/asottile/pyupgrade
39-
rev: v3.11.0
39+
rev: v3.13.0
4040
hooks:
4141
- id: pyupgrade
4242
args: [--py38-plus]
4343
- repo: https://github.com/adamchainz/django-upgrade
44-
rev: 1.14.1
44+
rev: 1.15.0
4545
hooks:
4646
- id: django-upgrade
4747
args: [--target-version, '3.2']

0 commit comments

Comments
 (0)