-
-
Notifications
You must be signed in to change notification settings - Fork 391
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
Docs about flakehell baseline are misleading #1095
Comments
CC @orsinium |
I think the best option is to make default flakehell config in styles and use it as base config: [tool.flakehell]
base = "https://raw.githubusercontent.com/wemake-services/wemake-python-styleguide/master/styles/flakehell.toml" The motivation is wemake has a lot of dependent plugins that have to be explicitly specified for flakehell: [tool.flakehell.plugins]
wemake-python-styleguide = ["+*"]
flake8-builtins = ["+*"]
... |
To make base config url nicer, you can use redirect page: |
@orsinium I'm pretty sure RTD can't do native HTTP redirects. |
If I understand correctly, |
Oh, and RTD can do redirects as well: |
RTD itself uses CloudFlare and this is how you saw their name in the TLS certificate. There's no controls for it. |
Oh, TIL. |
Bug report
What's wrong
Docs about
flakehell
misses the configuration part forpyproject.toml
as stated in cherrypy/cheroot#253 (comment)Problematic page: https://wemake-python-stylegui.de/en/latest/pages/usage/integrations/flakehell.html
It misses
[tool.flakehell.plugins]
part.How is that should be
We need to fix that: our docs should have all the required steps to get started.
The text was updated successfully, but these errors were encountered: