Skip to content

Commit 2efeac4

Browse files
chore(pre-commit.ci): Upgrade hook versions
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/adamchainz/django-upgrade: 1.25.0 → 1.29.1](adamchainz/django-upgrade@1.25.0...1.29.1) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.9.0](psf/black-pre-commit-mirror@25.1.0...25.9.0) - [github.com/PyCQA/isort: 6.0.1 → 7.0.0](PyCQA/isort@6.0.1...7.0.0) - [github.com/maxwinterstein/shfmt-py: v3.11.0.2 → v3.12.0.1](MaxWinterstein/shfmt-py@v3.11.0.2...v3.12.0.1) - [github.com/astral-sh/ruff-pre-commit: v0.12.0 → v0.14.2](astral-sh/ruff-pre-commit@v0.12.0...v0.14.2) - [github.com/AleksaC/hadolint-py: v2.12.1b3 → v2.14.0](AleksaC/hadolint-py@v2.12.1b3...v2.14.0) - [github.com/shellcheck-py/shellcheck-py: v0.10.0.1 → v0.11.0.1](shellcheck-py/shellcheck-py@v0.10.0.1...v0.11.0.1) - [github.com/pre-commit/mirrors-mypy: v1.16.1 → v1.18.2](pre-commit/mirrors-mypy@v1.16.1...v1.18.2) - [github.com/PyCQA/bandit: 1.8.5 → 1.8.6](PyCQA/bandit@1.8.5...1.8.6) - [github.com/alessandrojcm/commitlint-pre-commit-hook: v9.22.0 → v9.23.0](alessandrojcm/commitlint-pre-commit-hook@v9.22.0...v9.23.0)
1 parent 331575d commit 2efeac4

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.pre-commit-config.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ci:
1515
repos:
1616
# Best Practices
1717
- repo: https://github.com/pre-commit/pre-commit-hooks
18-
rev: v5.0.0
18+
rev: v6.0.0
1919
hooks:
2020
- id: check-builtin-literals
2121
- id: check-executables-have-shebangs
@@ -33,19 +33,19 @@ repos:
3333

3434
# Framework
3535
- repo: https://github.com/adamchainz/django-upgrade
36-
rev: 1.25.0
36+
rev: 1.29.1
3737
hooks:
3838
- id: django-upgrade
3939
args: [--target-version, "4.2"]
4040

4141
# Formatting
42-
- repo: https://github.com/psf/black
43-
rev: 25.1.0
42+
- repo: https://github.com/psf/black-pre-commit-mirror
43+
rev: 25.9.0
4444
hooks:
4545
- id: black
4646

4747
- repo: https://github.com/PyCQA/isort
48-
rev: 6.0.1
48+
rev: 7.0.0
4949
hooks:
5050
- id: isort
5151
args: [
@@ -56,47 +56,47 @@ repos:
5656
]
5757

5858
- repo: https://github.com/maxwinterstein/shfmt-py
59-
rev: v3.11.0.2
59+
rev: v3.12.0.1
6060
hooks:
6161
- id: shfmt
6262

6363
# Linting
6464
- repo: https://github.com/astral-sh/ruff-pre-commit
65-
rev: v0.12.0
65+
rev: v0.14.2
6666
hooks:
6767
- id: ruff-check
6868
args: [--fix]
6969
exclude: ^(test_utils/|migrations/|setup\.py)$
7070

7171
- repo: https://github.com/AleksaC/hadolint-py
72-
rev: v2.12.1b3
72+
rev: v2.14.0
7373
hooks:
7474
- id: hadolint
7575
args: [--config, .hadolint.yaml]
7676

7777
- repo: https://github.com/shellcheck-py/shellcheck-py
78-
rev: v0.10.0.1
78+
rev: v0.11.0.1
7979
hooks:
8080
- id: shellcheck
8181

8282
# Code Quality
8383
- repo: https://github.com/pre-commit/mirrors-mypy
84-
rev: v1.16.1
84+
rev: v1.18.2
8585
hooks:
8686
- id: mypy
8787
args: [--config-file, pyproject.toml, --warn-unused-configs]
8888

8989
# Security
9090
- repo: https://github.com/PyCQA/bandit
91-
rev: 1.8.5
91+
rev: 1.8.6
9292
hooks:
9393
- id: bandit
9494
args: [-c, pyproject.toml, -r]
9595
additional_dependencies: ["bandit[toml]"]
9696

9797
# Documentation, Spelling
9898
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
99-
rev: v9.22.0
99+
rev: v9.23.0
100100
hooks:
101101
- id: commitlint
102102
stages: [commit-msg]

0 commit comments

Comments
 (0)