Skip to content

Commit dc6cc00

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/compilerla/conventional-pre-commit: v3.6.0 → v4.0.0](compilerla/conventional-pre-commit@v3.6.0...v4.0.0) - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/pycqa/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0) - [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.15.0](pre-commit/mirrors-mypy@v1.13.0...v1.15.0) - [github.com/PyCQA/bandit: 1.8.0 → 1.8.2](PyCQA/bandit@1.8.0...1.8.2)
1 parent ec32160 commit dc6cc00

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@ repos:
1616
- id: check-yaml
1717
- id: check-added-large-files
1818
- repo: https://github.com/compilerla/conventional-pre-commit
19-
rev: v3.6.0
19+
rev: v4.0.0
2020
hooks:
2121
- id: conventional-pre-commit
2222
stages: [commit-msg]
2323
args: []
2424
- repo: https://github.com/psf/black
25-
rev: 24.10.0
25+
rev: 25.1.0
2626
hooks:
2727
- id: black
2828
args: [--safe, --quiet]
2929
- repo: https://github.com/pycqa/isort
30-
rev: 5.13.2
30+
rev: 6.0.0
3131
hooks:
3232
- id: isort
3333
name: isort (python)
@@ -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.13.0
54+
rev: v1.15.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.0
62+
rev: 1.8.2
6363
hooks:
6464
- id: bandit
6565
args: [--skip, B101, --recursive, clumper]

0 commit comments

Comments
 (0)