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 8c383e6 commit 4c4a644Copy full SHA for 4c4a644
.pre-commit-config.yaml
@@ -5,9 +5,9 @@ repos:
5
- id: trailing-whitespace
6
- id: end-of-file-fixer
7
8
- - repo: https://github.com/google/yapf
9
- rev: v0.31.0
10
- hooks:
11
- - id: yapf
12
- name: "yapf"
13
- args: [--style, google]
+ # - repo: https://github.com/google/yapf
+ # rev: v0.31.0
+ # hooks:
+ # - id: yapf
+ # name: "yapf"
+ # args: [--style, google]
test.py
@@ -6,5 +6,4 @@ def hello_world():
-
if 5 == 5: print("goodbye world")
0 commit comments