Skip to content

Commit 0648af5

Browse files
committed
chore: Upgrade pre-commit config
1 parent c1c22b2 commit 0648af5

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Diff for: .pre-commit-config.yaml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.4.0
3+
rev: v5.0.0
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
@@ -9,10 +9,8 @@ repos:
99
- id: check-toml
1010
- id: check-added-large-files
1111
- repo: https://github.com/astral-sh/ruff-pre-commit
12-
rev: v0.4.3
12+
rev: v0.11.0
1313
hooks:
1414
- id: ruff
1515
args: [ --fix ]
1616
- id: ruff-format
17-
- id: ruff
18-
args: [ --select, ISC001, --fix ]

0 commit comments

Comments
 (0)