third_party.pylibs.pylint.src/requirements_test_pre_commit.txt
dependabot[bot] 702d875d61
Bump black from 21.6b0 to 21.7b0 (#4719)
* Bump black from 21.6b0 to 21.7b0

Bumps [black](https://github.com/psf/black) from 21.6b0 to 21.7b0.
- [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>

* Update .pre-commit-config.yaml

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
2021-07-19 19:12:03 +02:00

7 lines
181 B
Plaintext

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