Skip to content

Commit

Permalink
black: use the defaults (aka double quoted strings)
Browse files Browse the repository at this point in the history
Let's fully embrace black.
Now all of my precious old single quotes are gone :.(
  • Loading branch information
aureliojargas committed Nov 17, 2019
1 parent e5f1a4b commit be7d394
Show file tree
Hide file tree
Showing 3 changed files with 334 additions and 334 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ script:
pylint *.py test/*.py;;
esac
- case $TRAVIS_PYTHON_VERSION in 3.6)
black --check -S *.py test/*.py;;
black --check *.py test/*.py;;
esac
- ./ci/shellcheck
- ./test/run
Expand Down
Loading

0 comments on commit be7d394

Please sign in to comment.