Skip to content

Commit

Permalink
BOT: [skip ci] Merge pull request #32 from cheginit/pre-commit-ci-upd…
Browse files Browse the repository at this point in the history
…ate-config

[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
cheginit committed Nov 22, 2021
2 parents 105b826 + 595d559 commit 4e66550
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Expand Up @@ -14,7 +14,7 @@ repos:
args: ['--fix=lf']

- repo: https://github.com/asottile/setup-cfg-fmt
rev: v1.19.0
rev: v1.20.0
hooks:
- id: setup-cfg-fmt
name: Autoformat setup.cfg
Expand All @@ -27,14 +27,14 @@ repos:
name: Sort imports with isort

- repo: https://github.com/psf/black
rev: 21.10b0
rev: 21.11b1
hooks:
- id: black
name: Autoformat with black
args: [-t, py38, -l, "100"]

- repo: https://github.com/asottile/blacken-docs
rev: v1.11.0
rev: v1.12.0
hooks:
- id: blacken-docs
name: Autoformat codes in docstrings with blacken-docs
Expand Down Expand Up @@ -69,14 +69,14 @@ repos:
name: Checks for common misspellings in text files.

- repo: https://github.com/asottile/pyupgrade
rev: v2.29.0
rev: v2.29.1
hooks:
- id: pyupgrade
name: Upgrade synax to python 3.7+ with pyupgrade
args: [--py37-plus]

- repo: https://github.com/guilatrova/tryceratops
rev: v0.6.0
rev: v1.0.0
hooks:
- id: tryceratops
name: Check try-exceptions blocks with tryceratops
Expand Down

0 comments on commit 4e66550

Please sign in to comment.