diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-06-14 10:22:40 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-14 10:22:40 +0200 |
| commit | 10abba18b8059456e7e3aa44b03e4b50fddaacd7 (patch) | |
| tree | 0f64977bc3566d1046350b6e378b8f297bf53285 | |
| parent | d6e07c00cbd1ad7508461a8a35e32de866560ab7 (diff) | |
| download | pylint-git-10abba18b8059456e7e3aa44b03e4b50fddaacd7.tar.gz | |
Bump black from 21.5b2 to 21.6b0 (#4572)
* Bump black from 21.5b2 to 21.6b0
Bumps [black](https://github.com/psf/black) from 21.5b2 to 21.6b0.
- [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
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
| -rw-r--r-- | .pre-commit-config.yaml | 2 | ||||
| -rw-r--r-- | requirements_test_pre_commit.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b3442de7b..7d6b93291 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -31,7 +31,7 @@ repos: hooks: - id: isort - repo: https://github.com/psf/black - rev: 21.5b2 + rev: 21.6b0 hooks: - id: black args: [--safe, --quiet] diff --git a/requirements_test_pre_commit.txt b/requirements_test_pre_commit.txt index b0ed66395..3c15ea4a9 100644 --- a/requirements_test_pre_commit.txt +++ b/requirements_test_pre_commit.txt @@ -1,6 +1,6 @@ # Everything in this file should reflect the pre-commit configuration # in .pre-commit-config.yaml -black==21.5b2;python_full_version>="3.6.2" +black==21.6b0;python_full_version>="3.6.2" flake8==3.9.2 isort==5.8.0 mypy==0.812 |
