Skip to content

Commit f6884b0

Browse files
ci: pre-commit autoupdate (#493)
updates: - [github.com/asottile/pyupgrade: v3.4.0 → v3.8.0](asottile/pyupgrade@v3.4.0...v3.8.0) - [github.com/adamchainz/django-upgrade: 1.13.0 → 1.14.0](adamchainz/django-upgrade@1.13.0...1.14.0) - [github.com/asottile/yesqa: v1.4.0 → v1.5.0](asottile/yesqa@v1.4.0...v1.5.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent b38d2b0 commit f6884b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ ci:
99

1010
repos:
1111
- repo: https://github.com/asottile/pyupgrade
12-
rev: v3.4.0
12+
rev: v3.8.0
1313
hooks:
1414
- id: pyupgrade
1515
args: ["--py37-plus"]
1616

1717
- repo: https://github.com/adamchainz/django-upgrade
18-
rev: '1.13.0'
18+
rev: '1.14.0'
1919
hooks:
2020
- id: django-upgrade
2121
args: [--target-version, "2.2"]
@@ -26,7 +26,7 @@ repos:
2626
- id: flake8
2727

2828
- repo: https://github.com/asottile/yesqa
29-
rev: v1.4.0
29+
rev: v1.5.0
3030
hooks:
3131
- id: yesqa
3232

0 commit comments

Comments
 (0)