Skip to content

Commit 504b636

Browse files
[pre-commit.ci] pre-commit autoupdate (#239)
updates: - [github.com/psf/black: 24.4.0 → 24.4.2](psf/black@24.4.0...24.4.2) - [github.com/pre-commit/mirrors-mypy: v1.9.0 → v1.10.0](pre-commit/mirrors-mypy@v1.9.0...v1.10.0) - [github.com/RobertCraigie/pyright-python: v1.1.359 → v1.1.360](RobertCraigie/pyright-python@v1.1.359...v1.1.360) - [github.com/astral-sh/ruff-pre-commit: v0.4.1 → v0.4.2](astral-sh/ruff-pre-commit@v0.4.1...v0.4.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 32167c3 commit 504b636

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
@@ -8,7 +8,7 @@ ci:
88

99
repos:
1010
- repo: https://github.com/psf/black
11-
rev: 24.4.0
11+
rev: 24.4.2
1212
hooks:
1313
- id: black
1414
args: [--preview]
@@ -31,12 +31,12 @@ repos:
3131
- id: isort
3232

3333
- repo: https://github.com/pre-commit/mirrors-mypy
34-
rev: v1.9.0
34+
rev: v1.10.0
3535
hooks:
3636
- id: mypy
3737

3838
- repo: https://github.com/RobertCraigie/pyright-python
39-
rev: v1.1.359
39+
rev: v1.1.360
4040
hooks:
4141
- id: pyright
4242
# ignore warnings about new version being available, no other warnings
@@ -78,7 +78,7 @@ repos:
7878
args: ['--markdown-linebreak-ext=md,markdown']
7979

8080
- repo: https://github.com/astral-sh/ruff-pre-commit
81-
rev: v0.4.1
81+
rev: v0.4.2
8282
hooks:
8383
- id: ruff
8484

0 commit comments

Comments
 (0)