Skip to content

Commit

Permalink
chore:update pre-commit-hook deps to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Benex254 committed Jun 23, 2024
1 parent 3b8a565 commit 4f0a752
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 @@ -2,11 +2,11 @@ default_language_version:
python: python3.10

repos:
- repo: https://github.com/pre-commit/mirrors-isort
rev: v5.10.1 # You can replace this with the latest version
- repo: https://github.com/pycqa/isort
rev: 5.12.0 # You can replace this with the latest version
hooks:
- id: isort
name: isort
name: isort (python)
args: ["--profile", "black"] # Ensure compatibility with Black

- repo: https://github.com/astral-sh/ruff-pre-commit
Expand All @@ -17,9 +17,9 @@ repos:
- id: ruff
args: [ --fix ]

- repo: https://github.com/psf/black
rev: 23.3.0 # You can replace this with the latest version
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 24.4.2
hooks:
- id: black
name: black
language_version: python3.10 # Specify your Python version
language_version: python3.10

0 comments on commit 4f0a752

Please sign in to comment.