-
Notifications
You must be signed in to change notification settings - Fork 18
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
Adding Bandit json parser #44
base: master
Are you sure you want to change the base?
Adding Bandit json parser #44
Conversation
Updates the requirements on [click](https://github.com/pallets/click) to permit the latest version. - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/master/CHANGES.rst) - [Commits](pallets/click@0.1...7.1.2) Signed-off-by: dependabot-preview[bot] <[email protected]>
Updates the requirements on [python-gitlab](https://github.com/python-gitlab/python-gitlab) to permit the latest version. - [Release notes](https://github.com/python-gitlab/python-gitlab/releases) - [Changelog](https://github.com/python-gitlab/python-gitlab/blob/master/ChangeLog.rst) - [Commits](python-gitlab/python-gitlab@0.1...v2.5.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
c6f3470
to
d02ee8e
Compare
d02ee8e
to
362678b
Compare
@grantmcconnaughey Could you please review this? |
Hey @grantmcconnaughey - I believe this PR is all cleaned up and ready to go now. Thanks for Lintly. It's a pretty cool library. In parallel we're working on a cfn_nag action that uses lintly (based on your flake8 action). It's not quite ready but hopefully it will be soon. |
Hey @grantmcconnaughey, Sorry to bug you about this PR. I also maintain an OSS package so I totally understand how much work it is and how thankless it can often be. Let us know how we can support you. We can fix any style or code quality issues. Thanks for this awesome project. |
…-lt-3.0 Update python-gitlab requirement from <2.0 to <3.0
Update click requirement from <7.0 to <8.0
Merging this into our own fork of Lintly: https://github.com/23andme/lintly The idea is that we can stop bugging Grant and still use his wonderful library. Thanks man. |
Apologies for the delay, folks. I'll get this merged and pushed to PyPI this week. This is also making me think Lintly could benefit from a plug-in system. Something that lets folks add their own formatters without needing to merge them into the main Lintly codebase. 🤔 |
I am 1st time contributor to open source project. Please let me know if I have to make any changes.