Skip to content

Commit 83dcc9a

Browse files
committedApr 21, 2018
Fix quotes
1 parent 81afacb commit 83dcc9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tooling/src/hypothesistooling/__main__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def task(fn):
4949
def lint():
5050
os.chdir(tools.HYPOTHESIS_PYTHON)
5151
pip_tool('flake8', 'src', 'tests', '--config', os.path.join(
52-
tools.ROOT, ".flake8"
52+
tools.ROOT, '.flake8'
5353
))
5454

5555

0 commit comments

Comments
 (0)
Please sign in to comment.