We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14f5247 commit 1de7eb2Copy full SHA for 1de7eb2
1 file changed
.pre-commit-config.yaml
@@ -1,19 +1,19 @@
1
exclude: ^tests/data/
2
repos:
3
- repo: https://github.com/psf/black
4
- rev: 23.3.0
+ rev: 23.7.0
5
hooks:
6
- id: black
7
- repo: https://github.com/pre-commit/mirrors-mypy
8
rev: v1.4.1
9
10
- id: mypy
11
-- repo: https://github.com/charliermarsh/ruff-pre-commit
12
- rev: v0.0.275
+- repo: https://github.com/astral-sh/ruff-pre-commit
+ rev: v0.0.278
13
14
- id: ruff
15
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
16
- rev: v2.9.0
+ rev: v2.10.0
17
18
- id: pretty-format-yaml
19
args: [--autofix, --indent, '2']
0 commit comments