Skip to content

Commit

Permalink
Merge pull request #1 from Zhuoying/update/pre-commit-autoupdate
Browse files Browse the repository at this point in the history
Auto-update pre-commit hooks
  • Loading branch information
Zhuoying authored Oct 14, 2022
2 parents 05c4cf8 + 0895fb1 commit 16fab9b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/myint/autoflake
rev: v1.6.1
rev: v1.7.4
hooks:
- id: autoflake
- repo: https://github.com/psf/black
rev: 22.8.0
rev: 22.10.0
hooks:
- id: black
- repo: https://github.com/asottile/blacken-docs
Expand Down Expand Up @@ -47,7 +47,7 @@ repos:
- id: rst-directive-colons
- id: rst-inline-touching-normal
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.981
rev: v0.982
hooks:
- id: mypy
files: ^src/
Expand All @@ -62,7 +62,7 @@ repos:
stages: [commit, commit-msg]
args: [--ignore-words-list, 'titel,statics,ba,nd,te']
- repo: https://github.com/asottile/pyupgrade
rev: v2.38.2
rev: v3.1.0
hooks:
- id: pyupgrade
args: [--py38-plus]

0 comments on commit 16fab9b

Please sign in to comment.