PyRIT
PyRIT copied to clipboard
Update pylint after a fix is in
Pylint was breaking our CI pipelines on pre-commit. We fixed it by pinning the dev version commit that fixed our issue here: https://github.com/pylint-dev/pylint/pull/10289
Once this is in a release, we should update pylint
See this change that pinned the dev version: https://github.com/Azure/PyRIT/pull/810