Skip to content

Commit ec9dd7c

Browse files
ci: pre-commit autoupdate (#48)
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/tox-dev/pyproject-fmt: 2.2.1 → v2.5.0](tox-dev/pyproject-fmt@2.2.1...v2.5.0) - [github.com/tox-dev/tox-ini-fmt: 1.3.1 → 1.4.1](tox-dev/tox-ini-fmt@1.3.1...1.4.1) - [github.com/asottile/pyupgrade: v3.17.0 → v3.19.0](asottile/pyupgrade@v3.17.0...v3.19.0) - [github.com/adamchainz/django-upgrade: 1.20.0 → 1.22.1](adamchainz/django-upgrade@1.20.0...1.22.1) - [github.com/psf/black-pre-commit-mirror: 24.8.0 → 24.10.0](psf/black-pre-commit-mirror@24.8.0...24.10.0) - [github.com/adamchainz/blacken-docs: 1.18.0 → 1.19.1](adamchainz/blacken-docs@1.18.0...1.19.1) - [github.com/pre-commit/mirrors-mypy: v1.11.2 → v1.13.0](pre-commit/mirrors-mypy@v1.11.2...v1.13.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent ceb5eb3 commit ec9dd7c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 8 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: v4.6.0
15+
rev: v5.0.0
1616
hooks:
1717
- id: check-added-large-files
1818
- id: check-case-conflict
@@ -23,11 +23,11 @@ repos:
2323
- id: end-of-file-fixer
2424
- id: trailing-whitespace
2525
- repo: https://github.com/tox-dev/pyproject-fmt
26-
rev: 2.2.1
26+
rev: v2.5.0
2727
hooks:
2828
- id: pyproject-fmt
2929
- repo: https://github.com/tox-dev/tox-ini-fmt
30-
rev: 1.3.1
30+
rev: 1.4.1
3131
hooks:
3232
- id: tox-ini-fmt
3333
- repo: https://github.com/rstcheck/rstcheck
@@ -37,21 +37,21 @@ repos:
3737
additional_dependencies:
3838
- tomli==2.0.1
3939
- repo: https://github.com/asottile/pyupgrade
40-
rev: v3.17.0
40+
rev: v3.19.0
4141
hooks:
4242
- id: pyupgrade
4343
args: [--py38-plus]
4444
- repo: https://github.com/adamchainz/django-upgrade
45-
rev: 1.20.0
45+
rev: 1.22.1
4646
hooks:
4747
- id: django-upgrade
4848
args: [--target-version, '3.2']
4949
- repo: https://github.com/psf/black-pre-commit-mirror
50-
rev: 24.8.0
50+
rev: 24.10.0
5151
hooks:
5252
- id: black
5353
- repo: https://github.com/adamchainz/blacken-docs
54-
rev: 1.18.0
54+
rev: 1.19.1
5555
hooks:
5656
- id: blacken-docs
5757
additional_dependencies:
@@ -62,7 +62,7 @@ repos:
6262
- id: isort
6363
name: isort (python)
6464
- repo: https://github.com/pre-commit/mirrors-mypy
65-
rev: v1.11.2
65+
rev: v1.13.0
6666
hooks:
6767
- id: mypy
6868
additional_dependencies:

0 commit comments

Comments
 (0)