Skip to content

Commit

Permalink
add yapf config
Browse files Browse the repository at this point in the history
  • Loading branch information
cenkalti committed Mar 6, 2018
1 parent c1c2832 commit 462e5fc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@ ignore_missing_imports = True
check_untyped_defs = True
# TODO enable disallow_untyped_defs after annotating all code
disallow_untyped_defs = False

[yapf]
based_on_style = pep8
column_limit = 120

0 comments on commit 462e5fc

Please sign in to comment.