We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0131b64 commit be31789Copy full SHA for be31789
.pre-commit-config.yaml
@@ -31,7 +31,7 @@ repos:
31
- id: trailing-whitespace
32
files: \.(py|sh|rst|yml|yaml)$
33
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
34
- rev: v2.12.0
+ rev: v2.13.0
35
hooks:
36
- id: pretty-format-yaml
37
args: [--autofix, --indent, '2']
@@ -40,16 +40,16 @@ repos:
40
41
- id: pyproject-fmt
42
- repo: https://github.com/psf/black
43
- rev: 24.1.1
+ rev: 24.3.0
44
45
- id: black
46
- repo: https://github.com/astral-sh/ruff-pre-commit
47
- rev: v0.2.0
+ rev: v0.3.4
48
49
- id: ruff
50
args: [--fix]
51
- repo: https://github.com/pre-commit/mirrors-mypy
52
- rev: v1.8.0
+ rev: v1.9.0
53
54
- id: mypy
55
files: ^shindan_cli/
0 commit comments