Skip to content

Commit 3bbb423

Browse files
[pre-commit.ci] pre-commit autoupdate (#76)
updates: - [github.com/compilerla/conventional-pre-commit: v2.4.0 → v3.0.0](compilerla/conventional-pre-commit@v2.4.0...v3.0.0) - [github.com/psf/black: 23.9.1 → 23.11.0](psf/black@23.9.1...23.11.0) - [github.com/pre-commit/mirrors-mypy: v1.6.0 → v1.7.1](pre-commit/mirrors-mypy@v1.6.0...v1.7.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent e3a7e92 commit 3bbb423

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
@@ -16,13 +16,13 @@ repos:
1616
- id: check-yaml
1717
- id: check-added-large-files
1818
- repo: https://github.com/compilerla/conventional-pre-commit
19-
rev: v2.4.0
19+
rev: v3.0.0
2020
hooks:
2121
- id: conventional-pre-commit
2222
stages: [commit-msg]
2323
args: []
2424
- repo: https://github.com/psf/black
25-
rev: 23.9.1
25+
rev: 23.11.0
2626
hooks:
2727
- id: black
2828
args: [--safe, --quiet]
@@ -51,7 +51,7 @@ repos:
5151
additional_dependencies:
5252
- tomli # for reading config from pyproject.toml
5353
- repo: https://github.com/pre-commit/mirrors-mypy
54-
rev: v1.6.0
54+
rev: v1.7.1
5555
hooks:
5656
- id: mypy
5757
exclude: "^tests/" # See: https://github.com/pre-commit/mirrors-mypy/issues/1

0 commit comments

Comments
 (0)