Skip to content

Commit 761a598

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.15.0 → v3.15.2](asottile/pyupgrade@v3.15.0...v3.15.2) - [github.com/astral-sh/ruff-pre-commit: v0.1.9 → v0.3.5](astral-sh/ruff-pre-commit@v0.1.9...v0.3.5) - [github.com/psf/black-pre-commit-mirror: 23.12.1 → 24.3.0](psf/black-pre-commit-mirror@23.12.1...24.3.0) - [github.com/nbQA-dev/nbQA: 1.7.1 → 1.8.5](nbQA-dev/nbQA@1.7.1...1.8.5) - [github.com/abravalheri/validate-pyproject: v0.15 → v0.16](abravalheri/validate-pyproject@v0.15...v0.16)
1 parent 61ef877 commit 761a598

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.0
6+
rev: v3.15.2
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.1.9'
13+
rev: 'v0.3.5'
1414
hooks:
1515
- id: ruff
1616
args: ["--show-fixes", "--fix"]
1717

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

@@ -36,7 +36,7 @@ repos:
3636
- mdformat-myst
3737

3838
- repo: https://github.com/nbQA-dev/nbQA
39-
rev: 1.7.1
39+
rev: 1.8.5
4040
hooks:
4141
- id: nbqa-black
4242
- id: nbqa-ruff
@@ -67,7 +67,7 @@ repos:
6767
- id: validate-cff
6868

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

0 commit comments

Comments
 (0)