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/ambv/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0)
- [github.com/astral-sh/ruff-pre-commit: v0.8.1 → v0.9.7](astral-sh/ruff-pre-commit@v0.8.1...v0.9.7)
- [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.15.0](pre-commit/mirrors-mypy@v1.13.0...v1.15.0)
  • Loading branch information
pre-commit-ci[bot] authored Feb 24, 2025
1 parent e04dc72 commit 35b48be
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 @@ -7,17 +7,17 @@ repos:
- id: end-of-file-fixer
- id: mixed-line-ending
- repo: "https://github.com/ambv/black"
rev: 24.10.0
rev: 25.1.0
hooks:
- id: black-jupyter
language_version: python3
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.8.1"
rev: "v0.9.7"
hooks:
- id: ruff
args: ["--fix"]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.13.0"
rev: "v1.15.0"
hooks:
- id: mypy
additional_dependencies: ["types-PyYAML", "types-requests", "types-setuptools"]

0 comments on commit 35b48be

Please sign in to comment.