Skip to content

Commit 3cb5076

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/pycqa/flake8: 7.2.0 → 7.3.0](PyCQA/flake8@7.2.0...7.3.0) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.16.1](pre-commit/mirrors-mypy@v1.15.0...v1.16.1) - [github.com/PyCQA/bandit: 1.8.3 → 1.8.5](PyCQA/bandit@1.8.3...1.8.5)
1 parent cf40204 commit 3cb5076

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
@@ -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]
@@ -40,7 +40,7 @@ repos:
4040
types: [python]
4141
args: [-rn, -sn, --rcfile=pyproject.toml]
4242
- repo: https://github.com/pycqa/flake8
43-
rev: 7.2.0
43+
rev: 7.3.0
4444
hooks:
4545
- id: flake8
4646
args: [--config=.flake8]
@@ -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.1
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.5
6363
hooks:
6464
- id: bandit
6565
args: [--skip, B101, --recursive, clumper]

0 commit comments

Comments
 (0)