Skip to content

Commit e645063

Browse files
[pre-commit.ci] pre-commit autoupdate
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/astral-sh/ruff-pre-commit: v0.8.6 → v0.14.11](astral-sh/ruff-pre-commit@v0.8.6...v0.14.11) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.10.0 → 25.12.0](psf/black-pre-commit-mirror@24.10.0...25.12.0) - [github.com/PyCQA/doc8: v1.1.2 → v2.0.0](PyCQA/doc8@v1.1.2...v2.0.0) - [github.com/AleksaC/hadolint-py: v2.12.1b3 → v2.14.0](AleksaC/hadolint-py@v2.12.1b3...v2.14.0)
1 parent d0f7d86 commit e645063

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repos:
1010

1111
# Other file formatting, plus common Git mistakes & text file standardization:
1212
- repo: https://github.com/pre-commit/pre-commit-hooks
13-
rev: v5.0.0
13+
rev: v6.0.0
1414
hooks:
1515
- id: check-added-large-files # Don't accidentally commit giant files.
1616
- id: check-merge-conflict # Watch for lingering merge markers.
@@ -25,14 +25,14 @@ repos:
2525
# Formatters: hooks that re-write Python and RST files
2626
########################################################################################
2727
- repo: https://github.com/astral-sh/ruff-pre-commit
28-
rev: v0.8.6
28+
rev: v0.14.11
2929
hooks:
3030
- id: ruff
3131
args: [--fix, --exit-non-zero-on-fix]
3232

3333
# Deterministic python formatting:
34-
- repo: https://github.com/psf/black
35-
rev: 24.10.0
34+
- repo: https://github.com/psf/black-pre-commit-mirror
35+
rev: 25.12.0
3636
hooks:
3737
- id: black
3838
language_version: python3.11
@@ -48,14 +48,14 @@ repos:
4848
########################################################################################
4949
# Check for errors in restructuredtext (.rst) files under the doc hierarchy
5050
- repo: https://github.com/PyCQA/doc8
51-
rev: v1.1.2
51+
rev: v2.0.0
5252
hooks:
5353
- id: doc8
5454
args: ["--config", "pyproject.toml"]
5555

5656
# Lint Dockerfiles for errors and to ensure best practices
5757
- repo: https://github.com/AleksaC/hadolint-py
58-
rev: v2.12.1b3
58+
rev: v2.14.0
5959
hooks:
6060
- id: hadolint
6161

0 commit comments

Comments
 (0)