Skip to content

Commit 2ad1a23

Browse files
chore: update pre-commit hooks (#170)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.1.6 → v0.3.3](astral-sh/ruff-pre-commit@v0.1.6...v0.3.3) - [github.com/pre-commit/mirrors-mypy: v1.7.1 → v1.9.0](pre-commit/mirrors-mypy@v1.7.1...v1.9.0) - [github.com/Lucas-C/pre-commit-hooks: v1.5.4 → v1.5.5](Lucas-C/pre-commit-hooks@v1.5.4...v1.5.5) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 62fe6fc commit 2ad1a23

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ repos:
3434
- id: trailing-whitespace
3535

3636
- repo: https://github.com/astral-sh/ruff-pre-commit
37-
rev: "v0.1.6"
37+
rev: "v0.3.3"
3838
hooks:
3939
- id: ruff
4040
args: ["--fix", "--show-fixes"]
@@ -43,7 +43,7 @@ repos:
4343

4444
# Checking static types
4545
- repo: https://github.com/pre-commit/mirrors-mypy
46-
rev: "v1.7.1"
46+
rev: "v1.9.0"
4747
hooks:
4848
- id: mypy
4949
files: "setup.py"
@@ -52,7 +52,7 @@ repos:
5252

5353
# Changes tabs to spaces
5454
- repo: https://github.com/Lucas-C/pre-commit-hooks
55-
rev: v1.5.4
55+
rev: v1.5.5
5656
hooks:
5757
- id: remove-tabs
5858
exclude: ^(docs)

0 commit comments

Comments
 (0)