Skip to content

Commit 23a2bcd

Browse files
chore: update pre-commit hooks (#144)
updates: - [github.com/charliermarsh/ruff-pre-commit: v0.0.270 → v0.0.275](astral-sh/ruff-pre-commit@v0.0.270...v0.0.275) - [github.com/pre-commit/mirrors-mypy: v1.3.0 → v1.4.1](pre-commit/mirrors-mypy@v1.3.0...v1.4.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 0e3d449 commit 23a2bcd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@ repos:
4141
exclude: ^(docs)
4242

4343
- repo: https://github.com/charliermarsh/ruff-pre-commit
44-
rev: "v0.0.270"
44+
rev: "v0.0.275"
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.3.0"
51+
rev: "v1.4.1"
5252
hooks:
5353
- id: mypy
5454
files: "setup.py"

0 commit comments

Comments
 (0)