Skip to content

Commit f8ff056

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/compilerla/conventional-pre-commit: v4.0.0 → v4.2.0](compilerla/conventional-pre-commit@v4.0.0...v4.2.0) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.16.0](pre-commit/mirrors-mypy@v1.15.0...v1.16.0) - [github.com/PyCQA/bandit: 1.8.3 → 1.8.4](PyCQA/bandit@1.8.3...1.8.4)
1 parent cf40204 commit f8ff056

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: v4.0.0
19+
rev: v4.2.0
2020
hooks:
2121
- id: conventional-pre-commit
2222
stages: [commit-msg]
@@ -51,15 +51,15 @@ repos:
5151
additional_dependencies:
5252
- tomli # for reading config from pyproject.toml
5353
- repo: https://github.com/pre-commit/mirrors-mypy
54-
rev: v1.15.0
54+
rev: v1.16.0
5555
hooks:
5656
- id: mypy
5757
exclude: "^tests/" # See: https://github.com/pre-commit/mirrors-mypy/issues/1
5858
args: [--ignore-missing-imports] # Needed because pre-commit runs mypy in a venv
5959
additional_dependencies:
6060
- typing_extensions
6161
- repo: https://github.com/PyCQA/bandit
62-
rev: 1.8.3
62+
rev: 1.8.4
6363
hooks:
6464
- id: bandit
6565
args: [--skip, B101, --recursive, clumper]

0 commit comments

Comments
 (0)