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
16 changes: 8 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,39 +60,39 @@ repos:
- id: no_optional

- repo: https://github.com/astral-sh/ruff-pre-commit.git
rev: v0.11.7
rev: v0.13.3
hooks:
- id: ruff
args:
# Ref: https://docs.astral.sh/ruff/formatter/#conflicting-lint-rules
- --fix # NOTE: When `--fix` is used, linting should be before ruff-format

- repo: https://github.com/astral-sh/ruff-pre-commit.git
rev: v0.11.7
rev: v0.13.3
hooks:
- id: ruff-format
alias: ruff-format-first-pass
name: ruff-format (first pass)

- repo: https://github.com/asottile/add-trailing-comma.git
rev: v3.1.0
rev: v3.2.0
hooks:
- id: add-trailing-comma

- repo: https://github.com/astral-sh/ruff-pre-commit.git
rev: v0.11.7
rev: v0.13.3
hooks:
- id: ruff-format
alias: ruff-format-second-pass
name: ruff-format (second pass)

- repo: https://github.com/Lucas-C/pre-commit-hooks.git
rev: v1.5.1
rev: v1.5.5
hooks:
- id: remove-tabs

- repo: https://github.com/python-jsonschema/check-jsonschema.git
rev: 0.28.6
rev: 0.34.0
hooks:
- id: check-github-workflows
files: ^\.github/workflows/[^/]+$
Expand Down Expand Up @@ -166,7 +166,7 @@ repos:
- id: debug-statements

- repo: https://github.com/adrienverge/yamllint.git
rev: v1.32.0
rev: v1.37.1
hooks:
- id: yamllint
types:
Expand Down Expand Up @@ -317,7 +317,7 @@ repos:
$

- repo: https://github.com/PyCQA/pylint.git
rev: v3.1.0
rev: v3.3.9
hooks:
- id: pylint
additional_dependencies:
Expand Down
Loading