Skip to content

Commit 021e917

Browse files
chore: update pre-commit hooks (#152)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.0.282 → v0.0.287](astral-sh/ruff-pre-commit@v0.0.282...v0.0.287) - [github.com/pre-commit/mirrors-mypy: v1.4.1 → v1.5.1](pre-commit/mirrors-mypy@v1.4.1...v1.5.1) - [github.com/Lucas-C/pre-commit-hooks: v1.5.3 → v1.5.4](Lucas-C/pre-commit-hooks@v1.5.3...v1.5.4) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 9bc3944 commit 021e917

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
@@ -41,14 +41,14 @@ repos:
4141
exclude: ^(docs)
4242

4343
- repo: https://github.com/astral-sh/ruff-pre-commit
44-
rev: "v0.0.282"
44+
rev: "v0.0.287"
4545
hooks:
4646
- id: ruff
4747
args: ["--fix", "--show-fixes"]
4848

4949
# Checking static types
5050
- repo: https://github.com/pre-commit/mirrors-mypy
51-
rev: "v1.4.1"
51+
rev: "v1.5.1"
5252
hooks:
5353
- id: mypy
5454
files: "setup.py"
@@ -57,7 +57,7 @@ repos:
5757

5858
# Changes tabs to spaces
5959
- repo: https://github.com/Lucas-C/pre-commit-hooks
60-
rev: v1.5.3
60+
rev: v1.5.4
6161
hooks:
6262
- id: remove-tabs
6363
exclude: ^(docs)

0 commit comments

Comments
 (0)