Skip to content

Commit

Permalink
Auto-update pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
jmmshn authored Oct 28, 2022
1 parent 577f96b commit 0d847a5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/myint/autoflake
rev: v1.4
rev: v1.7.7
hooks:
- id: autoflake
args:
Expand All @@ -18,7 +18,7 @@ repos:
- --remove-unused-variables
- --ignore-init-module-imports
- repo: https://github.com/psf/black
rev: 22.6.0
rev: 22.10.0
hooks:
- id: black
- repo: https://github.com/asottile/blacken-docs
Expand Down Expand Up @@ -51,7 +51,7 @@ repos:
additional_dependencies: ["toml"]
files: ^src/
- repo: https://github.com/myint/docformatter
rev: v1.3.1
rev: v1.5.0
hooks:
- id: docformatter
args: [--in-place, --blank, --wrap-summaries=120, --wrap-descriptions=120]
Expand All @@ -63,15 +63,15 @@ repos:
- id: rst-directive-colons
- id: rst-inline-touching-normal
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.961
rev: v0.982
hooks:
- id: mypy
files: ^src/
additional_dependencies:
- tokenize-rt==4.1.0
- types-pkg_resources==0.1.2
- repo: https://github.com/codespell-project/codespell
rev: v2.1.0
rev: v2.2.2
hooks:
- id: codespell
name: codespell
Expand All @@ -83,7 +83,7 @@ repos:
- --ignore-words-list='titel,statics,ba,nd,mater,te'
- --skip="notebooks/*"
- repo: https://github.com/kynan/nbstripout
rev: 0.3.9
rev: 0.6.1
hooks:
- id: nbstripout
args: []

0 comments on commit 0d847a5

Please sign in to comment.