Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#4465)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/psf/black: 21.5b0 → 21.5b1](psf/black@21.5b0...21.5b1)
- [github.com/pre-commit/mirrors-prettier: v2.2.1 → v2.3.0](pre-commit/mirrors-prettier@v2.2.1...v2.3.0)

* 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>
  • Loading branch information
pre-commit-ci[bot] and cdce8p committed May 10, 2021
1 parent c329ee6 commit 3fc4052
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 21.5b0
rev: 21.5b1
hooks:
- id: black
args: [--safe, --quiet]
Expand Down Expand Up @@ -80,7 +80,7 @@ repos:
additional_dependencies: []
exclude: tests/functional/|tests/input|tests/extensions/data|tests/regrtest_data/|tests/data/|doc/|bin/
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.2.1
rev: v2.3.0
hooks:
- id: prettier
args: [--prose-wrap=always, --print-width=88]
2 changes: 1 addition & 1 deletion requirements_test_pre_commit.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
autoflake==1.4
black==21.5b0
black==21.5b1
flake8==3.9.2
isort==5.8.0
mypy==0.812
Expand Down

0 comments on commit 3fc4052

Please sign in to comment.