Skip to content

Commit 490d079

Browse files
[pre-commit.ci] pre-commit autoupdate (#333)
<!--pre-commit.ci start--> updates: - [github.com/asottile/pyupgrade: v3.15.2 → v3.16.0](asottile/pyupgrade@v3.15.2...v3.16.0) - [github.com/adamchainz/django-upgrade: 1.17.0 → 1.18.0](adamchainz/django-upgrade@1.17.0...1.18.0) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 04d1789 commit 490d079

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
@@ -28,12 +28,12 @@ repos:
2828
additional_dependencies:
2929
- tomli==2.0.1
3030
- repo: https://github.com/asottile/pyupgrade
31-
rev: v3.15.2
31+
rev: v3.16.0
3232
hooks:
3333
- id: pyupgrade
3434
args: [--py38-plus]
3535
- repo: https://github.com/adamchainz/django-upgrade
36-
rev: 1.17.0
36+
rev: 1.18.0
3737
hooks:
3838
- id: django-upgrade
3939
args: [--target-version, '3.2']

0 commit comments

Comments
 (0)