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 bedeecc commit e67c53fCopy full SHA for e67c53f
.pre-commit-config.yaml
@@ -26,9 +26,13 @@ repos:
26
- repo: https://github.com/astral-sh/ruff-pre-commit
27
rev: v0.4.8
28
hooks:
29
+ # Run the linter
30
- id: ruff
- args: ["--fix", "--output-format=full"]
31
+ types_or: [ python, pyi, jupyter ]
32
+ args: [ --fix ]
33
+ # Run the formatter
34
- id: ruff-format
35
36
- repo: https://github.com/econchick/interrogate
37
rev: 1.7.0
38
0 commit comments