Skip to content

Commit a8e4717

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.16.0 → v3.17.0](asottile/pyupgrade@v3.16.0...v3.17.0) - [github.com/adamchainz/django-upgrade: 1.19.0 → 1.20.0](adamchainz/django-upgrade@1.19.0...1.20.0)
1 parent aeba538 commit a8e4717

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ repos:
4747
- id: detect-private-key
4848
exclude: ^examples|(?:tests/ssl)/
4949
- repo: https://github.com/asottile/pyupgrade
50-
rev: 'v3.16.0'
50+
rev: 'v3.17.0'
5151
hooks:
5252
- id: pyupgrade
5353
args: ['--keep-mock']
5454
- repo: https://github.com/adamchainz/django-upgrade
55-
rev: '1.19.0'
55+
rev: '1.20.0'
5656
hooks:
5757
- id: django-upgrade
5858
args: [--target-version, '3.2']

0 commit comments

Comments
 (0)