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: v1.6.0 → v2.0.0](pre-commit/mirrors-autopep8@v1.6.0...v2.0.0)
- [github.com/lorenzwalthert/precommit: v0.3.1 → v0.3.2.9003](lorenzwalthert/precommit@v0.3.1...v0.3.2.9003)
- [github.com/zricethezav/gitleaks: v8.8.11 → v8.15.0](gitleaks/gitleaks@v8.8.11...v8.15.0)
  • Loading branch information
pre-commit-ci[bot] authored Nov 1, 2022
1 parent a5a22fe commit 385d6ae
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 @@ -16,7 +16,7 @@ repos:
- id: isort
name: isort (python)
- repo: https://github.com/pre-commit/mirrors-autopep8
rev: v1.6.0
rev: v2.0.0
hooks:
- id: autopep8
args: ["--max-line-length=120", "-i"]
Expand All @@ -25,7 +25,7 @@ repos:
hooks:
- id: python-use-type-annotations
- repo: https://github.com/lorenzwalthert/precommit
rev: v0.3.1
rev: v0.3.2.9003
hooks:
- id: style-files
args: [--style_pkg=styler, --style_fun=tidyverse_style]
Expand All @@ -36,7 +36,7 @@ repos:
- id: parsable-R
- id: no-browser-statement
- repo: https://github.com/zricethezav/gitleaks
rev: v8.8.11
rev: v8.15.0
hooks:
- id: gitleaks
# enable only for Python projects with a dev-installed pylint
Expand Down

0 comments on commit 385d6ae

Please sign in to comment.