Skip to content
Merged
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
21 changes: 5 additions & 16 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ default_stages:

repos:
- repo: https://github.com/pre-commit/pre-commit
rev: v4.2.0
rev: v4.3.0
hooks:
- id: validate_manifest

Expand All @@ -16,7 +16,7 @@ repos:
- id: check-useless-excludes

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
rev: v6.0.0
hooks:
# endings
- id: end-of-file-fixer
Expand All @@ -39,17 +39,6 @@ repos:
- id: no-commit-to-branch
- id: forbid-new-submodules

# python
- id: check-ast
- id: check-builtin-literals
- id: check-docstring-first
- id: debug-statements
- id: fix-encoding-pragma
args: [--remove]
- id: name-tests-test
args: [--pytest-test-first]
- id: requirements-txt-fixer # conflicts with poetry

# security
- id: detect-aws-credentials
args: [--allow-missing-credentials]
Expand All @@ -66,7 +55,7 @@ repos:
- id: actionlint

- repo: https://github.com/editorconfig-checker/editorconfig-checker
rev: v3.3.0
rev: v3.4.0
hooks:
- id: editorconfig-checker

Expand All @@ -81,7 +70,7 @@ repos:
- id: markdownlint

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.12.7
rev: v0.12.8
hooks:
- id: ruff
types_or: [python, pyi, jupyter]
Expand All @@ -105,7 +94,7 @@ repos:
- id: taplo-format

- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.8.4
rev: 0.8.8
hooks:
- id: uv-lock

Expand Down
Loading