Skip to content

Commit 2a4c131

Browse files
[pre-commit.ci] pre-commit autoupdate (#56)
updates: - [github.com/compilerla/conventional-pre-commit: v2.3.0 → v2.4.0](compilerla/conventional-pre-commit@v2.3.0...v2.4.0) - [github.com/pycqa/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0) - [github.com/pre-commit/mirrors-mypy: v1.4.1 → v1.5.1](pre-commit/mirrors-mypy@v1.4.1...v1.5.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 48b3719 commit 2a4c131

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,7 +16,7 @@ repos:
1616
- id: check-yaml
1717
- id: check-added-large-files
1818
- repo: https://github.com/compilerla/conventional-pre-commit
19-
rev: v2.3.0
19+
rev: v2.4.0
2020
hooks:
2121
- id: conventional-pre-commit
2222
stages: [commit-msg]
@@ -40,7 +40,7 @@ repos:
4040
types: [python]
4141
args: [-rn, -sn, --rcfile=pyproject.toml]
4242
- repo: https://github.com/pycqa/flake8
43-
rev: 6.0.0
43+
rev: 6.1.0
4444
hooks:
4545
- id: flake8
4646
args: [--config=.flake8]
@@ -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.4.1
54+
rev: v1.5.1
5555
hooks:
5656
- id: mypy
5757
exclude: "^tests/" # See: https://github.com/pre-commit/mirrors-mypy/issues/1

0 commit comments

Comments
 (0)