Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Add more pre-commit checks (mccabe, bandit, mypy, etc) #557
Add more pre-commit checks (mccabe, bandit, mypy, etc) #557
Changes from 18 commits
d2c252e
f07a571
14331e4
33f8198
db6eaf9
b1698bd
c3edc72
e278c17
4362138
bedf264
28c7a2d
a960a79
a88f9f8
216a7f0
f2c7801
9e549ab
e1595a5
cedad85
ab1296d
80c4445
aac558c
9d846db
0c64ed5
a7e1f25
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Does mypy really need to run on this file?
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.
No, but I also don't mind it. I noticed in a new project that sphinx now removes all unnecessary/optional arguments from
conf.py
when you run the quickstart command. We could consider comparing that to what is in this conf.py and clearing unused things out.