Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/mirrors-autopep8: v2.0.1 → v2.0.2](pre-commit/mirrors-autopep8@v2.0.1...v2.0.2)
- [github.com/lorenzwalthert/precommit: v0.3.2.9007 → v0.3.2.9013](lorenzwalthert/precommit@v0.3.2.9007...v0.3.2.9013)
- [github.com/zricethezav/gitleaks: v8.15.3 → v8.16.3](gitleaks/gitleaks@v8.15.3...v8.16.3)
  • Loading branch information
pre-commit-ci[bot] authored Jun 6, 2023
1 parent 33a6335 commit 78970f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repos:
- id: isort
name: isort (python)
- repo: https://github.com/pre-commit/mirrors-autopep8
rev: v2.0.1
rev: v2.0.2
hooks:
- id: autopep8
args: ["--max-line-length=120", "-i"]
Expand All @@ -26,7 +26,7 @@ repos:
hooks:
- id: python-use-type-annotations
- repo: https://github.com/lorenzwalthert/precommit
rev: v0.3.2.9007
rev: v0.3.2.9013
hooks:
- id: style-files
args: [--style_pkg=styler, --style_fun=tidyverse_style]
Expand All @@ -37,7 +37,7 @@ repos:
- id: parsable-R
- id: no-browser-statement
- repo: https://github.com/zricethezav/gitleaks
rev: v8.15.3
rev: v8.16.3
hooks:
- id: gitleaks
# enable only for Python projects with a dev-installed pylint
Expand Down

0 comments on commit 78970f9

Please sign in to comment.