Skip to content

Commit eb2ad11

Browse files
[pre-commit.ci] pre-commit autoupdate (#540)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.6.1 → v0.6.9](astral-sh/ruff-pre-commit@v0.6.1...v0.6.9) - [github.com/psf/black-pre-commit-mirror: 24.8.0 → 24.10.0](psf/black-pre-commit-mirror@24.8.0...24.10.0) - [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/abravalheri/validate-pyproject: v0.19 → v0.20.2](abravalheri/validate-pyproject@v0.19...v0.20.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 62ff402 commit eb2ad11

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

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

1111
- repo: https://github.com/astral-sh/ruff-pre-commit
1212
# Ruff version.
13-
rev: 'v0.6.1'
13+
rev: 'v0.6.9'
1414
hooks:
1515
- id: ruff
1616
args: ["--show-fixes", "--fix"]
1717

1818
- repo: https://github.com/psf/black-pre-commit-mirror
19-
rev: 24.8.0
19+
rev: 24.10.0
2020
hooks:
2121
- id: black
2222

@@ -47,7 +47,7 @@ repos:
4747
additional_dependencies: [mdformat==0.7.17]
4848

4949
- repo: https://github.com/pre-commit/pre-commit-hooks
50-
rev: v4.6.0
50+
rev: v5.0.0
5151
hooks:
5252
- id: trailing-whitespace
5353
- id: end-of-file-fixer
@@ -67,7 +67,7 @@ repos:
6767
- id: validate-cff
6868

6969
- repo: https://github.com/abravalheri/validate-pyproject
70-
rev: v0.19
70+
rev: v0.20.2
7171
hooks:
7272
- id: validate-pyproject
7373

0 commit comments

Comments
 (0)