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
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.0.287"
rev: "v0.12.11"
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- repo: https://github.com/psf/black
rev: 23.9.1
rev: 25.1.0
hooks:
- id: black
- repo: https://github.com/pre-commit/pre-commit-hooks.git
rev: v4.1.0
rev: v6.0.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
Expand All @@ -19,14 +19,14 @@ repos:
- id: check-merge-conflict
- id: debug-statements
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.26.3
rev: v1.37.1
hooks:
- id: yamllint
files: \.(yaml|yml)$
types: [file, yaml]
entry: yamllint --strict
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.5.1
rev: v1.17.1
hooks:
- id: mypy
# empty args needed in order to match mypy cli behavior
Expand All @@ -43,7 +43,7 @@ repos:
- types-PyYAML
- types-dataclasses
- repo: https://github.com/pylint-dev/pylint
rev: v2.17.5
rev: v3.3.8
hooks:
- id: pylint
additional_dependencies:
Expand Down
Loading