Skip to content
This repository was archived by the owner on Sep 9, 2020. It is now read-only.

Commit 79c9f5c

Browse files
siebertsk-
authored andcommitted
Pin yapf version to match current formatting (#131)
1 parent 72897ab commit 79c9f5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
extras_require={
6565
':python_version == "2.7"': ['futures'],
6666
'test': TEST_REQUIRES,
67-
'dev': ['pycodestyle', 'pylint', 'yapf'],
67+
'dev': ['pycodestyle', 'pylint', 'yapf==0.23.0'],
6868
},
6969
classifiers=[
7070
'Development Status :: 3 - Alpha',

0 commit comments

Comments
 (0)