Skip to content

Commit 99a00f0

Browse files
committed
pre-commit autoupdate except mypy
1 parent 5db54f3 commit 99a00f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ repos:
1717
exclude: .patch
1818

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

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

0 commit comments

Comments
 (0)