-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
Strange behaviour with wemake-python-styleguide #71
Comments
Hi @sobolevn. If you don't have anything related to It's just a bad default... I realise it now. 😬 For now, ignore Or try adding some rule for
Thanks! |
@andreoliwa awesome! Thanks for your explanation! |
# [0.19.0](v0.18.0...v0.19.0) (2019-08-13) ### Bug Fixes * emit warning when TOML is invalid in a style file (closes [#68](#68)) ([b48e0a4](b48e0a4)) * files should not be deleted unless explicitly set in the style ([b5953ff](b5953ff)), closes [#71](#71) * improve the way to find the root dir of the project ([fa3460a](fa3460a)), closes [#72](#72) ### Features * validate the merged style file schema ([1e31d0a](1e31d0a)), closes [#69](#69)
🎉 This issue has been resolved in version 0.19.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Your bug may already be reported!
Please search on the issue tracker before creating one.
Expected Behavior
That's what I do:
poetry install
poetry add --dev nitpick
nitpick-style.toml
:flake8 .
that's what I get:I am not sure why I should delete my
pyproject.toml
🙂The text was updated successfully, but these errors were encountered: