Skip to content

Commit

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

updates:
- [github.com/omnilib/ufmt: v1.3.1 → v1.3.2](omnilib/ufmt@v1.3.1...v1.3.2)

* Upgrade black to 21.12b0

* Upgrade target-version to py37

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Zhiqiang Wang <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and zhiqwang committed Mar 8, 2022
1 parent bde7c62 commit c2e60fb
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 @@ -15,11 +15,11 @@ repos:
args: [--config=setup.cfg]

- repo: https://github.com/omnilib/ufmt
rev: v1.3.1
rev: v1.3.2
hooks:
- id: ufmt
additional_dependencies:
- black == 21.9b0
- black == 21.12b0
- usort == 0.6.4

- repo: https://github.com/executablebooks/mdformat
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ first_party_detection = false
[tool.black]

line-length = 110
target-version = ["py36"]
target-version = ["py37"]

0 comments on commit c2e60fb

Please sign in to comment.