Skip to content

Commit 8702a80

Browse files
[pre-commit.ci] pre-commit autoupdate (#220)
updates: - [github.com/psf/black: 24.2.0 → 24.3.0](psf/black@24.2.0...24.3.0) - [github.com/PyCQA/autoflake: v2.3.0 → v2.3.1](PyCQA/autoflake@v2.3.0...v2.3.1) - [github.com/RobertCraigie/pyright-python: v1.1.353 → v1.1.354](RobertCraigie/pyright-python@v1.1.353...v1.1.354) - [github.com/astral-sh/ruff-pre-commit: v0.3.2 → v0.3.3](astral-sh/ruff-pre-commit@v0.3.2...v0.3.3) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 75f6f87 commit 8702a80

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

99
repos:
1010
- repo: https://github.com/psf/black
11-
rev: 24.2.0
11+
rev: 24.3.0
1212
hooks:
1313
- id: black
1414
args: [--preview]
1515

1616
- repo: https://github.com/PyCQA/autoflake
17-
rev: v2.3.0
17+
rev: v2.3.1
1818
hooks:
1919
- id: autoflake
2020

@@ -36,7 +36,7 @@ repos:
3636
- id: mypy
3737

3838
- repo: https://github.com/RobertCraigie/pyright-python
39-
rev: v1.1.353
39+
rev: v1.1.354
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.3.2
81+
rev: v0.3.3
8282
hooks:
8383
- id: ruff
8484

0 commit comments

Comments
 (0)