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/zricethezav/gitleaks: v8.15.3 → v8.16.3](gitleaks/gitleaks@v8.15.3...v8.16.3)
  • Loading branch information
pre-commit-ci[bot] authored Apr 25, 2023
1 parent d38a3fc commit 4d202be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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 @@ -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 4d202be

Please sign in to comment.