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

Fix umlauts with python2 #1

Merged
merged 2 commits into from Mar 24, 2017

Conversation

quantus
Copy link
Member

@quantus quantus commented Mar 9, 2017

No description provided.

@quantus
Copy link
Member Author

quantus commented Mar 23, 2017

@jpvanhal: Ping

tox.ini Outdated
@@ -6,15 +6,17 @@ deps =
flake8
isort
pytest
future
Copy link
Member

Choose a reason for hiding this comment

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

not needed

tox.ini Outdated
isort --recursive --diff .
isort --recursive --check-only .

[testenv:docs]
basepython = python
deps =
Sphinx
future
Copy link
Member

Choose a reason for hiding this comment

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

not needed

tox.ini Outdated
commands =
py.test {posargs}
flake8
flake8 qstring tests
Copy link
Member

@jpvanhal jpvanhal Mar 24, 2017

Choose a reason for hiding this comment

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

I'd prefer excluding the problematic files/directories instead of whitelisting. The solution above would prevent flake8 from linting setup.py and docs/conf.py for example. Also, I'd like to have this sort of configuration in [flake8] section in tox.ini so that it's applied regardless of the way you invoke flake8.

@quantus
Copy link
Member Author

quantus commented Mar 24, 2017

Thanks for the feedback! I have now fixed all the issues.

@jpvanhal jpvanhal merged commit ee66fd1 into fastmonkeys:master Mar 24, 2017
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.

None yet

2 participants