-
Notifications
You must be signed in to change notification settings - Fork 4
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 bandit, remove pyroma #278
Conversation
269ed05
to
e5b7a5b
Compare
b4d43bb
to
34276f3
Compare
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.
LGTM, minor comments on descriptions.
c2cciutils/__init__.py
Outdated
@@ -192,6 +192,15 @@ def get_config() -> c2cciutils.configuration.Configuration: | |||
"print_environment_variables": True, | |||
"print_github_event": True, | |||
"black_config": {"propertires": {"line-length": 110}}, | |||
"prospector_config": { | |||
"propertires": { |
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.
"propertires": { | |
"properties": { |
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.
Oups :-)
c2cciutils/schema.json
Outdated
@@ -146,6 +146,24 @@ | |||
{ "const": false } | |||
] | |||
}, | |||
"checks_prospector_config": { | |||
"title": "Checks Prospector configuration", | |||
"description": "The Black configuration check configuration", |
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.
"description": "The Black configuration check configuration", | |
"description": "The Prospector check configuration", |
c2cciutils/schema.json
Outdated
@@ -276,7 +294,7 @@ | |||
}, | |||
"checks_print_config": { | |||
"title": "Checks print config", | |||
"description": "The print the autogenerated configguration", | |||
"description": "The print the auto-generated configuration", |
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.
Not sure to understand, do you want to say: "Print the auto-generated configuration"
No description provided.