Skip to content

Commit

Permalink
Merge pull request #22 from nikromen/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
nikromen authored Aug 26, 2022
2 parents 67437ae + c57d6bb commit 39f6e0f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,29 +18,29 @@ repos:
- --fix=lf
- id: trailing-whitespace
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.7.1
rev: v3.0.0-alpha.0
hooks:
- id: prettier
- repo: https://github.com/psf/black
rev: 22.6.0
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
rev: 5.0.4
hooks:
- id: flake8
args:
- --max-line-length=88
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.961
rev: v0.971
hooks:
- id: mypy
- repo: https://github.com/asottile/pyupgrade
rev: v2.37.1
rev: v2.37.3
hooks:
- id: pyupgrade
- repo: https://github.com/packit/pre-commit-hooks
rev: 3bf9afc5ede12a4ee26e9451f306edf255749396
rev: 8db5a24e01b9f54aaa7a800f33c4b9aa619af1b9
hooks:
- id: check-rebase
args:
Expand Down

0 comments on commit 39f6e0f

Please sign in to comment.