Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repos:
# General
# https://github.com/pre-commit/pre-commit-hooks
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
rev: v6.0.0
hooks:
# Whitespace
- id: trailing-whitespace
Expand All @@ -45,7 +45,7 @@ repos:
# Markdown
# https://github.com/executablebooks/mdformat
- repo: https://github.com/executablebooks/mdformat
rev: 0.7.22
rev: 1.0.0
hooks:
- id: mdformat
additional_dependencies:
Expand All @@ -59,7 +59,7 @@ repos:
# Conventional Commits <https://www.conventionalcommits.org/>
# https://github.com/compilerla/conventional-pre-commit
- repo: https://github.com/compilerla/conventional-pre-commit
rev: v4.0.0
rev: v4.3.0
hooks:
- id: conventional-pre-commit
stages:
Expand All @@ -72,7 +72,7 @@ repos:
# Python: lint and format code
# https://github.com/astral-sh/ruff-pre-commit
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.4
rev: v0.14.2
hooks:
- id: ruff
args:
Expand All @@ -91,6 +91,6 @@ repos:
# Python: check project (i.e. `pyproject.toml`)
# https://github.com/abravalheri/validate-pyproject
- repo: https://github.com/abravalheri/validate-pyproject
rev: v0.23
rev: v0.24.1
hooks:
- id: validate-pyproject
Loading