Skip to content

Commit

Permalink
Aligned pre-commit-hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
JR-Morgan committed Dec 9, 2024
1 parent a05ac34 commit bbea2a0
Show file tree
Hide file tree
Showing 3 changed files with 182 additions and 44 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ repos:
- repo: https://github.com/charliermarsh/ruff-pre-commit
hooks:
- id: ruff
rev: v0.1.6
rev: v0.8.2

- repo: https://github.com/commitizen-tools/commitizen
hooks:
Expand All @@ -13,12 +13,12 @@ repos:
rev: v3.13.0

- repo: https://github.com/pycqa/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort

- repo: https://github.com/psf/black
rev: 23.11.0
rev: 24.10.0
hooks:
- id: black
# It is recommended to specify the latest version of Python
Expand Down
Loading

0 comments on commit bbea2a0

Please sign in to comment.