Skip to content

Commit 178d35d

Browse files
chore(pre-commit.ci): Upgrade hook versions
updates: - [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.1](PyCQA/isort@5.13.2...6.0.1) - [github.com/maxwinterstein/shfmt-py: v3.7.0.1 → v3.11.0.2](MaxWinterstein/shfmt-py@v3.7.0.1...v3.11.0.2) - [github.com/astral-sh/ruff-pre-commit: v0.8.6 → v0.11.2](astral-sh/ruff-pre-commit@v0.8.6...v0.11.2) - [github.com/pre-commit/mirrors-mypy: v1.14.1 → v1.15.0](pre-commit/mirrors-mypy@v1.14.1...v1.15.0) - [github.com/PyCQA/bandit: 1.8.0 → 1.8.3](PyCQA/bandit@1.8.0...1.8.3) - [github.com/alessandrojcm/commitlint-pre-commit-hook: v9.20.0 → v9.22.0](alessandrojcm/commitlint-pre-commit-hook@v9.20.0...v9.22.0) - [github.com/igorshubovych/markdownlint-cli: v0.43.0 → v0.44.0](igorshubovych/markdownlint-cli@v0.43.0...v0.44.0) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1)
1 parent 30bfa8c commit 178d35d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.pre-commit-config.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ repos:
3333

3434
# Formatting
3535
- repo: https://github.com/psf/black
36-
rev: 24.10.0
36+
rev: 25.1.0
3737
hooks:
3838
- id: black
3939

4040
- repo: https://github.com/PyCQA/isort
41-
rev: 5.13.2
41+
rev: 6.0.1
4242
hooks:
4343
- id: isort
4444
args: [
@@ -49,13 +49,13 @@ repos:
4949
]
5050

5151
- repo: https://github.com/maxwinterstein/shfmt-py
52-
rev: v3.7.0.1
52+
rev: v3.11.0.2
5353
hooks:
5454
- id: shfmt
5555

5656
# Linting
5757
- repo: https://github.com/astral-sh/ruff-pre-commit
58-
rev: v0.8.6
58+
rev: v0.11.2
5959
hooks:
6060
- id: ruff
6161
args: [--fix]
@@ -74,35 +74,35 @@ repos:
7474

7575
# Code Quality
7676
- repo: https://github.com/pre-commit/mirrors-mypy
77-
rev: v1.14.1
77+
rev: v1.15.0
7878
hooks:
7979
- id: mypy
8080
args: [--config-file, pyproject.toml, --warn-unused-configs]
8181

8282
# Security
8383
- repo: https://github.com/PyCQA/bandit
84-
rev: 1.8.0
84+
rev: 1.8.3
8585
hooks:
8686
- id: bandit
8787
args: [-c, pyproject.toml, -r]
8888
additional_dependencies: ["bandit[toml]"]
8989

9090
# Documentation, Spelling
9191
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
92-
rev: v9.20.0
92+
rev: v9.22.0
9393
hooks:
9494
- id: commitlint
9595
stages: [commit-msg]
9696
additional_dependencies: ['@commitlint/config-conventional']
9797

9898
- repo: https://github.com/igorshubovych/markdownlint-cli
99-
rev: 'v0.43.0'
99+
rev: 'v0.44.0'
100100
hooks:
101101
- id: markdownlint
102102
args: ['-f']
103103

104104
- repo: https://github.com/codespell-project/codespell
105-
rev: v2.3.0
105+
rev: v2.4.1
106106
hooks:
107107
- id: codespell
108108
files: \.(py|sh|md|rst|yml|yaml)$

0 commit comments

Comments
 (0)