Skip to content

Commit d0e9f64

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.10.1 → 23.11.0](psf/black@23.10.1...23.11.0) - [github.com/tox-dev/pyproject-fmt: 1.3.0 → 1.5.1](tox-dev/pyproject-fmt@1.3.0...1.5.1) - [github.com/pre-commit/mirrors-mypy: v1.6.1 → v1.7.1](pre-commit/mirrors-mypy@v1.6.1...v1.7.1)
1 parent 0504b9e commit d0e9f64

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.10.1
3+
rev: 23.11.0
44
hooks:
55
- id: black
66
args: [--safe, --quiet]
@@ -31,10 +31,10 @@ repos:
3131
args: [--py37-plus]
3232

3333
- repo: https://github.com/tox-dev/pyproject-fmt
34-
rev: "1.3.0"
34+
rev: "1.5.1"
3535
hooks:
3636
- id: pyproject-fmt
3737
- repo: https://github.com/pre-commit/mirrors-mypy
38-
rev: 'v1.6.1'
38+
rev: 'v1.7.1'
3939
hooks:
4040
- id: mypy

0 commit comments

Comments
 (0)