Skip to content

Commit

Permalink
Fix precommit by manually specifying (un-released) commit of docforma…
Browse files Browse the repository at this point in the history
…tter
  • Loading branch information
dmannarino committed Jan 24, 2025
1 parent 4644bcd commit 89e81c0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,32 +10,32 @@ repos:
hooks:
- id: isort
- repo: https://github.com/myint/docformatter
rev: v1.4
rev: eb1df347edd128b30cd3368dddc3aa65edcfac38 # pragma: allowlist secret
hooks:
- id: docformatter
args: [--in-place]
- repo: https://github.com/ambv/black
rev: 22.12.0
rev: 24.10.0
hooks:
- id: black
language_version: python3.10
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v5.0.0
hooks:
- id: detect-aws-credentials
- id: detect-private-key
- id: trailing-whitespace
- repo: https://github.com/pycqa/flake8
rev: 6.0.0
rev: 7.1.1
hooks:
- id: flake8
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.971
rev: v1.14.1
hooks:
- id: mypy
- id: mypy
- repo: https://github.com/Yelp/detect-secrets
rev: v1.3.0
rev: v1.5.0
hooks:
- id: detect-secrets
args: ['--baseline', '.secrets.baseline'] # run: `pip install detect-secrets` to establish baseline
exclude: Pipfile.lock
- id: detect-secrets
args: ['--baseline', '.secrets.baseline'] # run: `pip install detect-secrets` to establish baseline
exclude: Pipfile.lock
2 changes: 1 addition & 1 deletion .secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
}
]
},
"version": "1.3.0",
"version": "1.5.0",
"filters_used": [
{
"path": "detect_secrets.filters.allowlist.is_line_allowlisted"
Expand Down

0 comments on commit 89e81c0

Please sign in to comment.