Skip to content

Commit e6eb268

Browse files
committed
Apply pre-commit hooks
1 parent 87674bc commit e6eb268

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
@@ -1,15 +1,15 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
33
# Ruff version.
4-
rev: v0.14.5
4+
rev: v0.14.8
55
hooks:
66
# Run the linter.
77
- id: ruff-check
88
args: [ --fix ]
99
# Run the formatter.
1010
- id: ruff-format
1111
- repo: https://github.com/pre-commit/pre-commit-hooks
12-
rev: v3.2.0
12+
rev: v6.0.0
1313
hooks:
1414
- id: trailing-whitespace
1515
- id: end-of-file-fixer

0 commit comments

Comments
 (0)