third_party.pylibs.pylint.src/requirements_test_pre_commit.txt
dependabot[bot] 2513da5c46
Bump black from 21.8b0 to 21.9b0 (#5052)
Bumps [black](https://github.com/psf/black) from 21.8b0 to 21.9b0.
- [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-09-20 15:24:15 +02:00

7 lines
181 B
Plaintext

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