Skip to content

Commit e467ac7

Browse files
author
Nick Sullivan
committed
⬆️ Update pre-commit hooks to latest versions
Keeps linting and formatting tools current with latest bug fixes and performance improvements. Regular updates prevent compatibility issues and ensure access to newest language features.
1 parent 227ab8c commit e467ac7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ repos:
4242

4343
# Ruff replaces flake8, pylint, isort and more
4444
- repo: https://github.com/astral-sh/ruff-pre-commit
45-
rev: v0.12.10
45+
rev: v0.13.0
4646
hooks:
4747
# Run the linter with auto-fix
4848
- id: ruff
@@ -71,7 +71,7 @@ repos:
7171
)$
7272
7373
- repo: https://github.com/rhysd/actionlint
74-
rev: v1.7.1
74+
rev: v1.7.7
7575
hooks:
7676
- id: actionlint
7777
name: Check Github Actions

0 commit comments

Comments
 (0)