Skip to content

Commit

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

updates:
- [github.com/psf/black: 21.12b0 → 22.1.0](psf/black@21.12b0...22.1.0)

* ci: drop target py version for Black

psf/black#2758

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Dmitry Volodin <mr.molkree@gmail.com>
  • Loading branch information
pre-commit-ci[bot] and Molkree committed Jan 31, 2022
1 parent 8b89780 commit 2678d13
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .pre-commit-config.yaml
Expand Up @@ -6,11 +6,9 @@ repos:
args: ["--profile", "black"]

- repo: https://github.com/psf/black
rev: 21.12b0
rev: 22.1.0
hooks:
- id: black
args:
- "--target-version=py310"

- repo: https://github.com/asottile/pyupgrade
rev: v2.31.0
Expand Down

0 comments on commit 2678d13

Please sign in to comment.