Skip to content

Commit 6122e32

Browse files
[pre-commit.ci] pre-commit autoupdate (#590)
<!--pre-commit.ci start--> updates: - [github.com/tox-dev/pyproject-fmt: 1.4.1 → 1.5.1](tox-dev/pyproject-fmt@1.4.1...1.5.1) - [github.com/psf/black-pre-commit-mirror: 23.10.1 → 23.11.0](psf/black-pre-commit-mirror@23.10.1...23.11.0) - [github.com/pre-commit/mirrors-mypy: v1.6.1 → v1.7.0](pre-commit/mirrors-mypy@v1.6.1...v1.7.0) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent f646c18 commit 6122e32

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
@@ -14,7 +14,7 @@ repos:
1414
- id: end-of-file-fixer
1515
- id: trailing-whitespace
1616
- repo: https://github.com/tox-dev/pyproject-fmt
17-
rev: 1.4.1
17+
rev: 1.5.1
1818
hooks:
1919
- id: pyproject-fmt
2020
- repo: https://github.com/tox-dev/tox-ini-fmt
@@ -33,7 +33,7 @@ repos:
3333
- id: pyupgrade
3434
args: [--py38-plus]
3535
- repo: https://github.com/psf/black-pre-commit-mirror
36-
rev: 23.10.1
36+
rev: 23.11.0
3737
hooks:
3838
- id: black
3939
- repo: https://github.com/adamchainz/blacken-docs
@@ -61,7 +61,7 @@ repos:
6161
- flake8-comprehensions
6262
- flake8-tidy-imports
6363
- repo: https://github.com/pre-commit/mirrors-mypy
64-
rev: v1.6.1
64+
rev: v1.7.0
6565
hooks:
6666
- id: mypy
6767
additional_dependencies:

0 commit comments

Comments
 (0)