Skip to content

Commit 5bef7e7

Browse files
pre-commit autoupdate
updates: - [github.com/psf/black: 23.7.0 → 23.9.1](psf/black@23.7.0...23.9.1) - [github.com/astral-sh/ruff-pre-commit: v0.0.287 → v0.0.292](astral-sh/ruff-pre-commit@v0.0.287...v0.0.292) - [github.com/pre-commit/mirrors-mypy: v0.961 → v1.5.1](pre-commit/mirrors-mypy@v0.961...v1.5.1)
1 parent ff05e42 commit 5bef7e7

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
@@ -17,18 +17,18 @@ repos:
1717
exclude: .patch
1818

1919
- repo: https://github.com/psf/black
20-
rev: 23.7.0
20+
rev: 23.9.1
2121
hooks:
2222
- id: black
2323

2424
- repo: https://github.com/astral-sh/ruff-pre-commit
2525
# Ruff version.
26-
rev: v0.0.287
26+
rev: v0.0.292
2727
hooks:
2828
- id: ruff
2929

3030
- repo: https://github.com/pre-commit/mirrors-mypy
31-
rev: v0.961
31+
rev: v1.5.1
3232
hooks:
3333
- id: mypy
3434
exclude: tests/data

0 commit comments

Comments
 (0)