Skip to content

Commit 24e7f64

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.0 → v0.5.6](astral-sh/ruff-pre-commit@v0.5.0...v0.5.6) - [github.com/psf/black: 24.4.2 → 24.8.0](psf/black@24.4.2...24.8.0) - [github.com/pre-commit/mirrors-mypy: v1.10.1 → v1.11.1](pre-commit/mirrors-mypy@v1.10.1...v1.11.1)
1 parent cad41f1 commit 24e7f64

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ default_language_version:
44
python: python3.8
55
repos:
66
- repo: https://github.com/astral-sh/ruff-pre-commit
7-
rev: v0.5.0
7+
rev: v0.5.6
88
hooks:
99
- id: ruff
1010
- repo: https://github.com/psf/black
11-
rev: 24.4.2
11+
rev: 24.8.0
1212
hooks:
1313
- id: black
1414
pass_filenames: true
@@ -29,6 +29,6 @@ repos:
2929
- id: rst-backticks
3030

3131
- repo: https://github.com/pre-commit/mirrors-mypy
32-
rev: 'v1.10.1' # Use the sha / tag you want to point at
32+
rev: 'v1.11.1' # Use the sha / tag you want to point at
3333
hooks:
3434
- id: mypy

0 commit comments

Comments
 (0)