Skip to content

Commit bdc80f4

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/PyCQA/docformatter: master → v1.7.5](PyCQA/docformatter@master...v1.7.5) - [github.com/astral-sh/ruff-pre-commit: v0.6.8 → v0.7.4](astral-sh/ruff-pre-commit@v0.6.8...v0.7.4)
1 parent 7b89a0b commit bdc80f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ exclude: '^docs/conf.py'
22

33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.6.0
5+
rev: v5.0.0
66
hooks:
77
- id: trailing-whitespace
88
- id: check-added-large-files
@@ -18,7 +18,7 @@ repos:
1818
args: ['--fix=auto'] # replace 'auto' with 'lf' to enforce Linux/Mac line endings or 'crlf' for Windows
1919

2020
- repo: https://github.com/PyCQA/docformatter
21-
rev: "master"
21+
rev: "v1.7.5"
2222
hooks:
2323
- id: docformatter
2424
additional_dependencies: [tomli]
@@ -33,7 +33,7 @@ repos:
3333

3434
- repo: https://github.com/astral-sh/ruff-pre-commit
3535
# Ruff version.
36-
rev: v0.6.8
36+
rev: v0.7.4
3737
hooks:
3838
- id: ruff
3939
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)