Skip to content

Commit

Permalink
✨Update versions of tools in pre-commit configs to latest version
Browse files Browse the repository at this point in the history
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.9.3 → v0.9.4](astral-sh/ruff-pre-commit@v0.9.3...v0.9.4)
- [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0)
- [github.com/pycqa/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0)
  • Loading branch information
pre-commit-ci[bot] authored and nikhilbadyal committed Feb 4, 2025
1 parent 318ae7d commit 6f0fc2b
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 @@ -23,22 +23,22 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.9.3'
rev: 'v0.9.4'
hooks:
- id: ruff
args:
- "--config=pyproject.toml"
- "--fix"

- repo: https://github.com/psf/black
rev: 24.10.0
rev: 25.1.0
hooks:
- id: black
args:
- "--config=pyproject.toml"

- repo: https://github.com/pycqa/isort
rev: 5.13.2
rev: 6.0.0
hooks:
- id: isort
args:
Expand Down

0 comments on commit 6f0fc2b

Please sign in to comment.