Skip to content

Commit

Permalink
Replace command line yapf style with file
Browse files Browse the repository at this point in the history
Change-Id: I7cdfc483fb9f1b066b774763b48d56480ba6a958
  • Loading branch information
andrewsavage1 committed Mar 16, 2021
1 parent 4b89b3e commit 1b57417
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ repos:
entry: yapf
language: system
types: [python]
args: [--style=yapf, -i]
args: [-i]
exclude: '\.gypi?$'
- id: pylint
name: pylint
Expand Down
2 changes: 2 additions & 0 deletions .style.yapf
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[style]
based_on_style = yapf

0 comments on commit 1b57417

Please sign in to comment.