Skip to content

Commit e29e2cb

Browse files
chore: update pre-commit hooks (#158)
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - [github.com/astral-sh/ruff-pre-commit: v0.0.292 → v0.1.0](astral-sh/ruff-pre-commit@v0.0.292...v0.1.0) - [github.com/pre-commit/mirrors-mypy: v1.5.1 → v1.6.0](pre-commit/mirrors-mypy@v1.5.1...v1.6.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent d4db1c5 commit e29e2cb

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
@@ -19,7 +19,7 @@ ci:
1919
repos:
2020
# Standard hooks
2121
- repo: https://github.com/pre-commit/pre-commit-hooks
22-
rev: v4.4.0
22+
rev: v4.5.0
2323
hooks:
2424
- id: check-added-large-files
2525
- id: check-case-conflict
@@ -41,14 +41,14 @@ repos:
4141
exclude: ^(docs)
4242

4343
- repo: https://github.com/astral-sh/ruff-pre-commit
44-
rev: "v0.0.292"
44+
rev: "v0.1.0"
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.5.1"
51+
rev: "v1.6.0"
5252
hooks:
5353
- id: mypy
5454
files: "setup.py"

0 commit comments

Comments
 (0)