Skip to content

Commit

Permalink
Update pre-commit hooks (#346)
Browse files Browse the repository at this point in the history
Co-authored-by: ci-bot <[email protected]>
Co-authored-by: Thibaut Durand <[email protected]>
  • Loading branch information
3 people authored Jan 31, 2025
1 parent 1da7805 commit 00f3e71
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 @@ -22,7 +22,7 @@ repos:
types:
- python
- repo: https://github.com/pycqa/isort
rev: 5.13.2
rev: 6.0.0
hooks:
- id: isort
name: isort (python)
Expand All @@ -47,7 +47,7 @@ repos:
- id: python-check-blanket-noqa
- id: python-use-type-annotations
- repo: https://github.com/psf/black
rev: 24.10.0
rev: 25.1.0
hooks:
- id: black
language_version: python3.12
Expand All @@ -58,7 +58,7 @@ repos:
additional_dependencies:
- black>=24.10
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.9.2
rev: v0.9.3
hooks:
- id: ruff
types_or: [ python, pyi, jupyter ]
Expand Down

0 comments on commit 00f3e71

Please sign in to comment.