Skip to content

Commit

Permalink
🦺 Update pre-commit check and fixer versions
Browse files Browse the repository at this point in the history
  • Loading branch information
SterlingPeet committed Aug 15, 2023
1 parent b6beade commit 03f3cd0
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 @@ -44,7 +44,7 @@ repos:
args: [--autofix]
- id: trailing-whitespace
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: v2.9.0
rev: v2.10.0
hooks:
- id: pretty-format-ini
args: [--autofix]
Expand All @@ -63,7 +63,7 @@ repos:
- id: mypy
additional_dependencies: []
- repo: https://github.com/PyCQA/docformatter
rev: v1.7.1
rev: v1.7.5
hooks:
- id: docformatter
additional_dependencies: [tomli]
Expand All @@ -80,15 +80,15 @@ repos:
- id: pydocstyle
additional_dependencies: [toml]
- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.7.0
hooks:
- id: black
args: [--skip-string-normalization, --line-length=79]
- repo: https://github.com/asottile/blacken-docs
rev: 1.13.0
rev: 1.15.0
hooks:
- id: blacken-docs
additional_dependencies: [black==23.3.0]
additional_dependencies: [black==23.7.0]
- repo: https://github.com/Yelp/detect-secrets
rev: v1.4.0
hooks:
Expand Down

0 comments on commit 03f3cd0

Please sign in to comment.