Skip to content

Commit 0aca32d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-autopep8: v1.6.0 → v1.7.0](pre-commit/mirrors-autopep8@v1.6.0...v1.7.0) - [github.com/lorenzwalthert/precommit: v0.3.1 → v0.3.2.9001](lorenzwalthert/precommit@v0.3.1...v0.3.2.9001) - [github.com/zricethezav/gitleaks: v8.8.11 → v8.11.2](gitleaks/gitleaks@v8.8.11...v8.11.2)
1 parent d3082a6 commit 0aca32d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repos:
1616
- id: isort
1717
name: isort (python)
1818
- repo: https://github.com/pre-commit/mirrors-autopep8
19-
rev: v1.6.0
19+
rev: v1.7.0
2020
hooks:
2121
- id: autopep8
2222
args: ["--max-line-length=120", "-i"]
@@ -25,7 +25,7 @@ repos:
2525
hooks:
2626
- id: python-use-type-annotations
2727
- repo: https://github.com/lorenzwalthert/precommit
28-
rev: v0.3.1
28+
rev: v0.3.2.9001
2929
hooks:
3030
- id: style-files
3131
args: [--style_pkg=styler, --style_fun=tidyverse_style]
@@ -36,7 +36,7 @@ repos:
3636
- id: parsable-R
3737
- id: no-browser-statement
3838
- repo: https://github.com/zricethezav/gitleaks
39-
rev: v8.8.11
39+
rev: v8.11.2
4040
hooks:
4141
- id: gitleaks
4242
# enable only for Python projects with a dev-installed pylint

0 commit comments

Comments
 (0)