Skip to content

Commit

Permalink
ci: Update pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
timcera committed Dec 15, 2024
1 parent aeaa0d9 commit f3ba86a
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 @@ -11,7 +11,7 @@ exclude: |
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 All @@ -31,7 +31,7 @@ repos:

- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.6.5
rev: v0.8.3
hooks:
# Run the linter.
- id: ruff
Expand All @@ -54,7 +54,7 @@ repos:
types: [pyi]

- repo: https://github.com/pappasam/toml-sort
rev: v0.23.1
rev: v0.24.2
hooks:
- id: toml-sort-fix
args: [--in-place, --spaces-indent-inline-array, '4']
Expand Down Expand Up @@ -83,17 +83,17 @@ repos:
args: [--indent-size, '4']

- repo: https://github.com/asottile/blacken-docs
rev: 1.18.0
rev: 1.19.1
hooks:
- id: blacken-docs

- repo: https://github.com/asottile/pyupgrade
rev: v3.17.0
rev: v3.19.0
hooks:
- id: pyupgrade

- repo: https://github.com/commitizen-tools/commitizen
rev: v3.29.0
rev: v4.1.0
hooks:
- id: commitizen
stages: [commit-msg]

0 comments on commit f3ba86a

Please sign in to comment.