Skip to content

Commit c501c1a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.9.1 → 23.10.1](psf/black@23.9.1...23.10.1) - [github.com/tox-dev/pyproject-fmt: 1.2.0 → 1.3.0](tox-dev/pyproject-fmt@1.2.0...1.3.0) - [github.com/pre-commit/mirrors-mypy: v1.5.1 → v1.6.1](pre-commit/mirrors-mypy@v1.5.1...v1.6.1)
1 parent 9e8749f commit c501c1a

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.9.1
3+
rev: 23.10.1
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.2.0"
34+
rev: "1.3.0"
3535
hooks:
3636
- id: pyproject-fmt
3737
- repo: https://github.com/pre-commit/mirrors-mypy
38-
rev: 'v1.5.1'
38+
rev: 'v1.6.1'
3939
hooks:
4040
- id: mypy

0 commit comments

Comments
 (0)