Skip to content

Commit 9f1ca50

Browse files
[pre-commit.ci] pre-commit autoupdate (#527)
updates: - [github.com/asottile/pyupgrade: v3.15.2 → v3.16.0](asottile/pyupgrade@v3.15.2...v3.16.0) - [github.com/astral-sh/ruff-pre-commit: v0.3.5 → v0.5.0](astral-sh/ruff-pre-commit@v0.3.5...v0.5.0) - [github.com/psf/black-pre-commit-mirror: 24.3.0 → 24.4.2](psf/black-pre-commit-mirror@24.3.0...24.4.2) - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/abravalheri/validate-pyproject: v0.16 → v0.18](abravalheri/validate-pyproject@v0.16...v0.18) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent fae9460 commit 9f1ca50

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@ ci:
33

44
repos:
55
- repo: https://github.com/asottile/pyupgrade
6-
rev: v3.15.2
6+
rev: v3.16.0
77
hooks:
88
- id: pyupgrade
99
args: ["--py39-plus"]
1010

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

1818
- repo: https://github.com/psf/black-pre-commit-mirror
19-
rev: 24.3.0
19+
rev: 24.4.2
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.5.0
50+
rev: v4.6.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.16
70+
rev: v0.18
7171
hooks:
7272
- id: validate-pyproject
7373

0 commit comments

Comments
 (0)