Skip to content

Commit 5504f44

Browse files
ci(pre-commit.ci): autoupdate (#9)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.3.0 → v0.3.4](astral-sh/ruff-pre-commit@v0.3.0...v0.3.4) - [github.com/psf/black: 24.2.0 → 24.3.0](psf/black@24.2.0...24.3.0) - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.9.0](pre-commit/mirrors-mypy@v1.8.0...v1.9.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 6892c34 commit 5504f44

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@ repos:
1414
- id: validate-pyproject
1515

1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: v0.3.0
17+
rev: v0.3.4
1818
hooks:
1919
- id: ruff
2020
args: [--fix]
2121

2222
- repo: https://github.com/psf/black
23-
rev: 24.2.0
23+
rev: 24.3.0
2424
hooks:
2525
- id: black
2626

2727
- repo: https://github.com/pre-commit/mirrors-mypy
28-
rev: v1.8.0
28+
rev: v1.9.0
2929
hooks:
3030
- id: mypy
3131
files: "^src/"

0 commit comments

Comments
 (0)