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/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0)
- [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.2](gitleaks/gitleaks@v8.8.11...v8.15.2)
  • Loading branch information
pre-commit-ci[bot] authored Dec 6, 2022
1 parent 5acb28a commit 4e9df6a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.4.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -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.2
hooks:
- id: gitleaks
# enable only for Python projects with a dev-installed pylint
Expand Down

0 comments on commit 4e9df6a

Please sign in to comment.