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
chore: update pre-commit hooks
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.14.8 → v0.15.2](astral-sh/ruff-pre-commit@v0.14.8...v0.15.2)
- [github.com/Lucas-C/pre-commit-hooks: v1.5.5 → v1.5.6](Lucas-C/pre-commit-hooks@v1.5.5...v1.5.6)
  • Loading branch information
pre-commit-ci[bot] authored Feb 23, 2026
commit 761d1592bca562137edbce539491126ae5f01d73
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ repos:

# Lints code
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.14.8"
rev: "v0.15.2"
hooks:
- id: ruff
args: ["--fix", "--show-fixes"]
- id: ruff-format

# Changes tabs to spaces
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.5.5
rev: v1.5.6
hooks:
- id: remove-tabs

Expand Down