diff options
author | pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> | 2021-06-14 23:20:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-14 23:20:55 +0200 |
commit | 9952a18ff13d7f5a4bdab95b46126cb1ccaef667 (patch) | |
tree | dcfd60d52f0bada4c6a413aefff444e9369101bc /.pre-commit-config.yaml | |
parent | 8757078c17bd06f074e389d3e362e6ba11ef2b59 (diff) | |
download | astroid-git-9952a18ff13d7f5a4bdab95b46126cb1ccaef667.tar.gz |
[pre-commit.ci] pre-commit autoupdate (#1029)
* [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/asottile/pyupgrade: v2.19.1 → v2.19.4](https://github.com/asottile/pyupgrade/compare/v2.19.1...v2.19.4)
- [github.com/psf/black: 21.5b2 → 21.6b0](https://github.com/psf/black/compare/21.5b2...21.6b0)
* Update requirements file
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r-- | .pre-commit-config.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 101e0da6..5b6cc755 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,13 +22,13 @@ repos: hooks: - id: black-disable-checker - repo: https://github.com/asottile/pyupgrade - rev: v2.19.1 + rev: v2.19.4 hooks: - id: pyupgrade exclude: tests/testdata args: [--py36-plus] - repo: https://github.com/psf/black - rev: 21.5b2 + rev: 21.6b0 hooks: - id: black args: [--safe, --quiet] |