third_party.pylibs.pylint.src/requirements_test_pre_commit.txt
dependabot[bot] d288ec3544
Bump black from 21.10b0 to 21.11b1 (#5368)
Bumps [black](https://github.com/psf/black) from 21.10b0 to 21.11b1.
- [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-11-22 14:28:16 +01:00

7 lines
183 B
Plaintext

# Everything in this file should reflect the pre-commit configuration
# in .pre-commit-config.yaml
black==21.11b1;python_full_version>="3.6.2"
flake8==4.0.1
isort==5.10.1
mypy==0.910