Skip to content

Commit d994c95

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/PyCQA/flake8: 6.1.0 → 7.0.0](PyCQA/flake8@6.1.0...7.0.0) - [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 d994c95

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 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]
@@ -17,7 +17,7 @@ repos:
1717
- id: check-yaml
1818
- id: debug-statements
1919
- repo: https://github.com/PyCQA/flake8
20-
rev: 6.1.0
20+
rev: 7.0.0
2121
hooks:
2222
- id: flake8
2323
- repo: https://github.com/asottile/pyupgrade
@@ -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)