Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
- [github.com/astral-sh/ruff-pre-commit: v0.5.2 → v0.8.6](astral-sh/ruff-pre-commit@v0.5.2...v0.8.6)
- [github.com/pre-commit/mirrors-mypy: v1.10.1 → v1.14.1](pre-commit/mirrors-mypy@v1.10.1...v1.14.1)
  • Loading branch information
pre-commit-ci[bot] authored Jan 6, 2025
1 parent beff0e8 commit 333ebeb
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
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -9,14 +9,14 @@ repos:
- id: debug-statements
- id: check-ast
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.5.2"
rev: "v0.8.6"
hooks:
- id: ruff
exclude: docs/source/conf.py|ipynb_filter.py
args: ["--fix"]
- id: ruff-format
- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.10.1"
rev: "v1.14.1"
hooks:
- id: mypy
exclude: ipynb_filter.py|docs/source/conf.py
Expand Down

0 comments on commit 333ebeb

Please sign in to comment.