-
Notifications
You must be signed in to change notification settings - Fork 2
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
mutually exclusive class args allowed when running with flake8 #452
Comments
jshwi
added a commit
that referenced
this issue
Sep 21, 2024
Signed-off-by: Stephen Whitlock <[email protected]>
jshwi
added a commit
that referenced
this issue
Sep 21, 2024
Signed-off-by: Stephen Whitlock <[email protected]>
jshwi
added a commit
that referenced
this issue
Sep 21, 2024
Signed-off-by: Stephen Whitlock <[email protected]>
jshwi
added a commit
that referenced
this issue
Sep 21, 2024
Signed-off-by: Stephen Whitlock <[email protected]>
jshwi
added a commit
that referenced
this issue
Sep 21, 2024
Signed-off-by: Stephen Whitlock <[email protected]>
jshwi
added a commit
that referenced
this issue
Sep 21, 2024
Signed-off-by: Stephen Whitlock <[email protected]>
jshwi
added a commit
that referenced
this issue
Sep 21, 2024
Signed-off-by: Stephen Whitlock <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mutually exclusive class args are not allowed when running docsig on its own
flake8 . --sig-check-class --sig-check-class-constructor
Should result in something like "argument to check class constructor not allowed with argument to check class"
Environment:
The text was updated successfully, but these errors were encountered: