Skip to content

Commit f6ff372

Browse files
[pre-commit.ci] pre-commit autoupdate (#299)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.6.8 → v0.6.9](astral-sh/ruff-pre-commit@v0.6.8...v0.6.9) - [github.com/psf/black: 24.8.0 → 24.10.0](psf/black@24.8.0...24.10.0) - [github.com/RobertCraigie/pyright-python: v1.1.382.post1 → v1.1.383](RobertCraigie/pyright-python@v1.1.382.post1...v1.1.383) - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 8d64ec6 commit f6ff372

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ ci:
88

99
repos:
1010
- repo: https://github.com/astral-sh/ruff-pre-commit
11-
rev: v0.6.8
11+
rev: v0.6.9
1212
hooks:
1313
- id: ruff
1414
args: [--fix]
1515

1616
- repo: https://github.com/psf/black
17-
rev: 24.8.0
17+
rev: 24.10.0
1818
hooks:
1919
- id: black
2020
args: [--preview]
@@ -42,7 +42,7 @@ repos:
4242
- id: mypy
4343

4444
- repo: https://github.com/RobertCraigie/pyright-python
45-
rev: v1.1.382.post1
45+
rev: v1.1.383
4646
hooks:
4747
- id: pyright
4848
# ignore warnings about new version being available, no other warnings
@@ -70,7 +70,7 @@ repos:
7070
- tomli
7171

7272
- repo: https://github.com/pre-commit/pre-commit-hooks
73-
rev: v4.6.0
73+
rev: v5.0.0
7474
hooks:
7575
- id: check-merge-conflict
7676
- id: check-toml

0 commit comments

Comments
 (0)