We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4034fb commit 1e01c8fCopy full SHA for 1e01c8f
.pre-commit-config.yaml
@@ -11,7 +11,7 @@ repos:
11
name: yapf
12
language: python
13
entry: yapf
14
- args: ["-p","-i","-r","--exclude '*.md'"]
+ args: ["-p","-i","-r"]
15
types: [python]
16
17
- repo: https://github.com/pre-commit/pre-commit-hooks
0 commit comments