Skip to content

Commit 36b12ec

Browse files
derkweijersjackiekazil
authored andcommitted
Sync the pre-commit config from the Mesa repository
1 parent 8c66226 commit 36b12ec

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
@@ -4,12 +4,12 @@ ci:
44
repos:
55
- repo: https://github.com/astral-sh/ruff-pre-commit
66
# Ruff version.
7-
rev: v0.9.9
7+
rev: v0.11.8
88
hooks:
99
# Run the linter.
1010
- id: ruff
1111
types_or: [ python, pyi, jupyter ]
12-
args: [--fix]
12+
args: [ --fix ]
1313
# Run the formatter.
1414
- id: ruff-format
1515
types_or: [ python, pyi, jupyter ]

0 commit comments

Comments
 (0)