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
config_checker update and linting for C408,C419,C405, C409, E721,F401,E722 #560
base: dev
Are you sure you want to change the base?
config_checker update and linting for C408,C419,C405, C409, E721,F401,E722 #560
Changes from 30 commits
53e8796
fbbc232
2212461
51f078f
db59746
be609b3
08957ff
e6b6ade
857715a
7892191
4288ca2
1a00dd1
dfa7546
79b2559
0b20634
d3ccf03
9022bee
83a727a
15f387f
dd1a74b
9657c42
dbfa1b2
6b5dfec
89ad26a
ed34a99
5275729
96c96ae
f304a52
03e9e61
436d1e4
5f5d895
98c21d2
0f9b096
dc9c632
4936f9e
03986fa
8e4f7c9
0a77665
92c6942
c280c8e
f1a9b3a
ffa70f9
0b10f48
83453df
19914f6
9397208
9201154
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.
TODO
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.
I'd guess this is a
ZeroDivisionError
, but I didn't want to guess I can remove the TODO if prefered.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.
TODO
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.
TODO
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.
I can remove as
Exception
will handle what we want, but I think it would be better to add the expected exception/s in the future, but I'm not familiar enough to check/test