Skip to content

Commit be31789

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.12.0 → v2.13.0](macisamuele/language-formatters-pre-commit-hooks@v2.12.0...v2.13.0) - [github.com/psf/black: 24.1.1 → 24.3.0](psf/black@24.1.1...24.3.0) - [github.com/astral-sh/ruff-pre-commit: v0.2.0 → v0.3.4](astral-sh/ruff-pre-commit@v0.2.0...v0.3.4) - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.9.0](pre-commit/mirrors-mypy@v1.8.0...v1.9.0)
1 parent 0131b64 commit be31789

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ repos:
3131
- id: trailing-whitespace
3232
files: \.(py|sh|rst|yml|yaml)$
3333
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
34-
rev: v2.12.0
34+
rev: v2.13.0
3535
hooks:
3636
- id: pretty-format-yaml
3737
args: [--autofix, --indent, '2']
@@ -40,16 +40,16 @@ repos:
4040
hooks:
4141
- id: pyproject-fmt
4242
- repo: https://github.com/psf/black
43-
rev: 24.1.1
43+
rev: 24.3.0
4444
hooks:
4545
- id: black
4646
- repo: https://github.com/astral-sh/ruff-pre-commit
47-
rev: v0.2.0
47+
rev: v0.3.4
4848
hooks:
4949
- id: ruff
5050
args: [--fix]
5151
- repo: https://github.com/pre-commit/mirrors-mypy
52-
rev: v1.8.0
52+
rev: v1.9.0
5353
hooks:
5454
- id: mypy
5555
files: ^shindan_cli/

0 commit comments

Comments
 (0)