-
-
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
None of those Python files was found in the root dir: setup.py, autoapp.py #72
Comments
Hi @sobolevn. This is related to the search for the root dir of the project. I have a hardcoded list of files that usually belong to the root: Anyway, I'm not sure how to determine the root folder of a project. I am also assuming that every project must have at least one Could you share your directory tree like this?
|
I think I know the problem. |
# [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 📦🚀 |
Just to be clear: we can always have a configuration option for the complex cases. |
Yes. 👍 If it happens again, I will think of some configuration. |
Current Behavior
Source: wemake-services/wemake-python-styleguide#760
CI: https://travis-ci.org/wemake-services/wemake-python-styleguide/jobs/571009091
I am not sure what's going on.
It also does not happen locally.
The text was updated successfully, but these errors were encountered: