third_party.pylibs.pylint.src/requirements_test_pre_commit.txt
dependabot[bot] 8c4f60ff82
Bump black from 21.7b0 to 21.8b0 (#4930)
Bumps [black](https://github.com/psf/black) from 21.7b0 to 21.8b0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/commits)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-30 15:17:08 +02:00

7 lines
181 B
Plaintext

# Everything in this file should reflect the pre-commit configuration
# in .pre-commit-config.yaml
black==21.8b0;python_full_version>="3.6.2"
flake8==3.9.2
isort==5.9.3
mypy==0.910