Skip to content

Commit cbb876c

Browse files
chore(deps): update pre-commit hooks (#4552)
updates: - [github.com/charliermarsh/ruff-pre-commit: v0.0.251 → v0.0.254](astral-sh/ruff-pre-commit@v0.0.251...v0.0.254) - [github.com/PyCQA/pylint: v2.16.1 → v2.16.4](pylint-dev/pylint@v2.16.1...v2.16.4) - [github.com/pre-commit/mirrors-mypy: v0.991 → v1.0.1](pre-commit/mirrors-mypy@v0.991...v1.0.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 3cc7e42 commit cbb876c

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
@@ -68,7 +68,7 @@ repos:
6868

6969
# Ruff, the Python auto-correcting linter written in Rust
7070
- repo: https://github.com/charliermarsh/ruff-pre-commit
71-
rev: v0.0.251
71+
rev: v0.0.254
7272
hooks:
7373
- id: ruff
7474
args: ["--fix", "--show-fixes"]
@@ -84,7 +84,7 @@ repos:
8484

8585
# PyLint has native support - not always usable, but works for us
8686
- repo: https://github.com/PyCQA/pylint
87-
rev: "v2.16.1"
87+
rev: "v2.16.4"
8888
hooks:
8989
- id: pylint
9090
files: ^pybind11
@@ -100,7 +100,7 @@ repos:
100100

101101
# Check static types with mypy
102102
- repo: https://github.com/pre-commit/mirrors-mypy
103-
rev: "v0.991"
103+
rev: "v1.0.1"
104104
hooks:
105105
- id: mypy
106106
args: []

0 commit comments

Comments
 (0)