Skip to content

Commit

Permalink
ci(pre-commit): bumped pre-commit versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaszanas committed Mar 8, 2025
1 parent ac60d3f commit ba44651
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
@@ -1,20 +1,20 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-merge-conflict
- id: check-yaml
args: [ --unsafe ]
- repo: https://github.com/commitizen-tools/commitizen
rev: v3.13.0
rev: v4.4.1
hooks:
- id: commitizen
stages: [commit-msg]
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.1.9
rev: v0.9.10
hooks:
# Run the linter.
- id: ruff
Expand Down

0 comments on commit ba44651

Please sign in to comment.