Skip to content

Commit

Permalink
Merge pull request #15 from hugovk/pre-commit-autoupdate
Browse files Browse the repository at this point in the history
Lint: Update Black to fix Click
  • Loading branch information
isidentical authored Apr 3, 2022
2 parents 36eb546 + dac80d3 commit 55f2507
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ exclude: '^tests/cosmetic/'

repos:
- repo: https://github.com/psf/black
rev: 22.1.0
rev: 22.3.0
hooks:
- id: black
- repo: https://github.com/pre-commit/mirrors-isort
rev: v5.10.1
- repo: https://github.com/PyCQA/isort
rev: 5.10.1
hooks:
- id: isort
- repo: https://github.com/asottile/setup-cfg-fmt
rev: v1.20.0
rev: v1.20.1
hooks:
- id: setup-cfg-fmt
- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v0.931'
rev: 'v0.942'
hooks:
- id: mypy
args:
Expand All @@ -26,14 +26,14 @@ repos:
- --disable-error-code
- attr-defined
- repo: https://github.com/hakancelik96/unimport
rev: 0.9.4
rev: 0.9.5
hooks:
- id: unimport
args:
- --remove
- --ignore-init
- repo: https://github.com/executablebooks/mdformat/
rev: 0.7.13
- repo: https://github.com/executablebooks/mdformat
rev: 0.7.14
hooks:
- id: mdformat
additional_dependencies:
Expand Down

0 comments on commit 55f2507

Please sign in to comment.