Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork34
Add flake8 config#278
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Add flake8 config#278
Uh oh!
There was an error while loading.Please reload this page.
Conversation
This ensures IDEs like vscode does notgive flake8 warnings that should otherwise have been ignored.
| @@ -0,0 +1,5 @@ | |||
| [flake8] | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
@Inveracity How about adding the config to a ".flake8" file? The last thing I would involve now by any means is tox 🫣
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
that makes sense, changed it now👍
gabor-boros left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Thank you for the changes@Inveracity!
Reason for the change
This ensures IDEs like vscode does not give flake8 warnings that should otherwise have been ignored.
Checklist