Skip to content

Commit

Permalink
fix: pre-commit versions
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Bluhm <[email protected]>
  • Loading branch information
dbluhm committed Jan 30, 2024
1 parent d7b69c3 commit c794a3a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@ repos:
args: ["--config", ".commitlint.config.js"]
additional_dependencies: ['@commitlint/config-conventional']
- repo: https://github.com/psf/black
rev: 23.7.0
# Ensure this is synced with pyproject.toml
rev: 24.1.1
hooks:
- id: black
stages: [commit]
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.0.285
# Ensure this is synced with pyproject.toml
rev: v0.1.2
hooks:
- id: ruff
stages: [commit]
Expand Down

0 comments on commit c794a3a

Please sign in to comment.