We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4f8579 commit 348cc1cCopy full SHA for 348cc1c
1 file changed
.pre-commit-config.yml
@@ -5,6 +5,8 @@ repos:
5
hooks:
6
# Run the linter.
7
- id: ruff
8
+ types_or: [ python, pyi ]
9
+ args: [ --fix ]
10
# Run the formatter.
11
- id: ruff-format
12
0 commit comments