We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c66226 commit 36b12ecCopy full SHA for 36b12ec
.pre-commit-config.yaml
@@ -4,12 +4,12 @@ ci:
4
repos:
5
- repo: https://github.com/astral-sh/ruff-pre-commit
6
# Ruff version.
7
- rev: v0.9.9
+ rev: v0.11.8
8
hooks:
9
# Run the linter.
10
- id: ruff
11
types_or: [ python, pyi, jupyter ]
12
- args: [--fix]
+ args: [ --fix ]
13
# Run the formatter.
14
- id: ruff-format
15
0 commit comments