Skip to content

Commit b3ce0fc

Browse files
[pre-commit.ci] pre-commit autoupdate (#950)
<!--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 ef2b81c commit b3ce0fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
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)