Skip to content

Commit 874e656

Browse files
ci: pre-commit autoupdate (#54)
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/tox-dev/tox-ini-fmt: 1.5.0 → 1.6.0](tox-dev/tox-ini-fmt@1.5.0...1.6.0) - [github.com/adamchainz/django-upgrade: 1.25.0 → 1.27.0](adamchainz/django-upgrade@1.25.0...1.27.0) - [github.com/pre-commit/mirrors-mypy: v1.16.0 → v1.17.1](pre-commit/mirrors-mypy@v1.16.0...v1.17.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 1274973 commit 874e656

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ default_language_version:
1212

1313
repos:
1414
- repo: https://github.com/pre-commit/pre-commit-hooks
15-
rev: v5.0.0
15+
rev: v6.0.0
1616
hooks:
1717
- id: check-added-large-files
1818
- id: check-case-conflict
@@ -27,7 +27,7 @@ repos:
2727
hooks:
2828
- id: pyproject-fmt
2929
- repo: https://github.com/tox-dev/tox-ini-fmt
30-
rev: 1.5.0
30+
rev: 1.6.0
3131
hooks:
3232
- id: tox-ini-fmt
3333
- repo: https://github.com/rstcheck/rstcheck
@@ -42,7 +42,7 @@ repos:
4242
- id: pyupgrade
4343
args: [--py38-plus]
4444
- repo: https://github.com/adamchainz/django-upgrade
45-
rev: 1.25.0
45+
rev: 1.27.0
4646
hooks:
4747
- id: django-upgrade
4848
args: [--target-version, '3.2']
@@ -62,7 +62,7 @@ repos:
6262
- id: isort
6363
name: isort (python)
6464
- repo: https://github.com/pre-commit/mirrors-mypy
65-
rev: v1.16.0
65+
rev: v1.17.1
6666
hooks:
6767
- id: mypy
6868
additional_dependencies:

0 commit comments

Comments
 (0)