Skip to content

Commit 41907b9

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.11.0 → 23.12.1](psf/black@23.11.0...23.12.1) - [github.com/tox-dev/pyproject-fmt: 1.5.1 → 1.5.3](tox-dev/pyproject-fmt@1.5.1...1.5.3) - [github.com/pre-commit/mirrors-mypy: v1.7.1 → v1.8.0](pre-commit/mirrors-mypy@v1.7.1...v1.8.0)
1 parent 852dbd6 commit 41907b9

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 23.11.0
3+
rev: 23.12.1
44
hooks:
55
- id: black
66
args: [--safe, --quiet]
@@ -26,11 +26,11 @@ repos:
2626
- id: pyupgrade
2727
args: [--py37-plus]
2828
- repo: https://github.com/tox-dev/pyproject-fmt
29-
rev: "1.5.1"
29+
rev: "1.5.3"
3030
hooks:
3131
- id: pyproject-fmt
3232
- repo: https://github.com/pre-commit/mirrors-mypy
33-
rev: 'v1.7.1'
33+
rev: 'v1.8.0'
3434
hooks:
3535
- id: mypy
3636
additional_dependencies:

0 commit comments

Comments
 (0)