Skip to content

Commit 1de7eb2

Browse files
committed
Update pre-commit
1 parent 14f5247 commit 1de7eb2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
exclude: ^tests/data/
22
repos:
33
- repo: https://github.com/psf/black
4-
rev: 23.3.0
4+
rev: 23.7.0
55
hooks:
66
- id: black
77
- repo: https://github.com/pre-commit/mirrors-mypy
88
rev: v1.4.1
99
hooks:
1010
- id: mypy
11-
- repo: https://github.com/charliermarsh/ruff-pre-commit
12-
rev: v0.0.275
11+
- repo: https://github.com/astral-sh/ruff-pre-commit
12+
rev: v0.0.278
1313
hooks:
1414
- id: ruff
1515
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
16-
rev: v2.9.0
16+
rev: v2.10.0
1717
hooks:
1818
- id: pretty-format-yaml
1919
args: [--autofix, --indent, '2']

0 commit comments

Comments
 (0)