Skip to content

Commit 03b1f17

Browse files
pre-commit-ci[bot]kytta
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/adamchainz/django-upgrade: 1.12.0 → 1.13.0](adamchainz/django-upgrade@1.12.0...1.13.0) - [github.com/pre-commit/pygrep-hooks: v1.9.0 → v1.10.0](pre-commit/pygrep-hooks@v1.9.0...v1.10.0)
1 parent cd2c8c7 commit 03b1f17

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
@@ -12,12 +12,12 @@ repos:
1212
- id: pyupgrade
1313
args: [--py36-plus]
1414
- repo: https://github.com/adamchainz/django-upgrade
15-
rev: 1.12.0
15+
rev: 1.13.0
1616
hooks:
1717
- id: django-upgrade
1818
args: [--target-version, "3.2"]
1919
- repo: https://github.com/pre-commit/pygrep-hooks
20-
rev: v1.9.0
20+
rev: v1.10.0
2121
hooks:
2222
- id: python-check-blanket-noqa
2323
- id: python-check-mock-methods

0 commit comments

Comments
 (0)