Skip to content

Commit

Permalink
chore(deps): update pre-commit hooks (#4552)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
pre-commit-ci[bot] authored Mar 7, 2023
1 parent 3cc7e42 commit cbb876c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ repos:

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

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

# Check static types with mypy
- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v0.991"
rev: "v1.0.1"
hooks:
- id: mypy
args: []
Expand Down

0 comments on commit cbb876c

Please sign in to comment.