Skip to content

Commit

Permalink
Update pre-commit configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvkb committed Jan 12, 2025
1 parent 511c222 commit 99225d7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repos:
# =======

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-case-conflict
- id: check-docstring-first
Expand Down Expand Up @@ -77,7 +77,7 @@ repos:

# Runs before Black because fixed code might need to be formatted.
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.5
rev: v0.9.1
hooks:
# Replaces flake8, isort and pyupgrade
- id: ruff
Expand All @@ -86,14 +86,14 @@ repos:
- --exit-non-zero-on-fix

- repo: https://github.com/psf/black
rev: 24.8.0
rev: 24.10.0
hooks:
- id: black

# JavaScript
# ==========

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.0
rev: v4.0.0-alpha.8
hooks:
- id: prettier

0 comments on commit 99225d7

Please sign in to comment.