Skip to content

Commit

Permalink
Update pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
rserial authored and github-actions[bot] committed Feb 3, 2025
1 parent befc549 commit d0ef7da
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ default_install_hook_types:
- post-merge
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-toml
- id: check-json
Expand All @@ -19,15 +19,15 @@ repos:
- id: trailing-whitespace
exclude: .bumpversion.cfg
- repo: https://github.com/timothycrosley/isort
rev: 5.13.2
rev: 6.0.0
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 24.8.0
rev: 25.1.0
hooks:
- id: black
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.6
rev: v0.9.4
hooks:
- id: ruff
args: [ --fix ]
Expand All @@ -36,12 +36,12 @@ repos:
hooks:
- id: validate-cff
- repo: https://github.com/python-poetry/poetry
rev: 1.8.0
rev: 2.0.1
hooks:
- id: poetry-check
- id: poetry-install
- repo: https://github.com/nbQA-dev/nbQA
rev: 1.8.5
rev: 1.9.1
hooks:
- id: nbqa-black
- id: nbqa-isort
Expand Down

0 comments on commit d0ef7da

Please sign in to comment.