Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pin another instance of yapf to <0.27 #1958

Merged
merged 2 commits into from
Apr 13, 2019

Conversation

tehsmyers
Copy link
Contributor

I missed this when I put together #1915

@tehsmyers tehsmyers requested a review from webknjaz as a code owner April 10, 2019 23:23
I missed this when I put together ansible#1915

Signed-off-by: Sean Myers <[email protected]>
tox.ini Outdated Show resolved Hide resolved
Copy link
Member

@webknjaz webknjaz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice but there's just one nitpick to adjust :)

Thanks to @webknjaz for the suggestion!

Signed-off-by: Sean Myers <[email protected]>
@webknjaz webknjaz merged commit 869a7e0 into ansible:master Apr 13, 2019
@@ -69,7 +69,7 @@ usedevelop = false
[testenv:format]
commands =
yapf -i -r molecule/ test/
deps = yapf>=0.25.0,<0.27
deps = yapf>=0.25.0,<0.27 # pyup: < 0.27 # disable updates, conflicts with flake8 as per https://github.com/ansible/molecule/pull/1915
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh.. this one seems wrong because it's parsed as a single line. we should turn it into a list

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants