Skip to content

Commit 07da2cc

Browse files
[pre-commit.ci] pre-commit autoupdate
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/pycqa/isort: 5.10.1 → 5.11.4](PyCQA/isort@5.10.1...5.11.4) - [github.com/pre-commit/mirrors-autopep8: v1.6.0 → v2.0.1](pre-commit/mirrors-autopep8@v1.6.0...v2.0.1) - [github.com/pre-commit/pygrep-hooks: v1.9.0 → v1.10.0](pre-commit/pygrep-hooks@v1.9.0...v1.10.0) - [github.com/lorenzwalthert/precommit: v0.3.1 → v0.3.2.9007](lorenzwalthert/precommit@v0.3.1...v0.3.2.9007) - [github.com/zricethezav/gitleaks: v8.8.11 → v8.15.3](gitleaks/gitleaks@v8.8.11...v8.15.3)
1 parent a0e4a64 commit 07da2cc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.3.0
5+
rev: v4.4.0
66
hooks:
77
- id: trailing-whitespace
88
- id: end-of-file-fixer
@@ -11,21 +11,21 @@ repos:
1111
- id: check-added-large-files
1212
args: [--maxkb=10240]
1313
- repo: https://github.com/pycqa/isort
14-
rev: 5.10.1
14+
rev: 5.11.4
1515
hooks:
1616
- id: isort
1717
name: isort (python)
1818
- repo: https://github.com/pre-commit/mirrors-autopep8
19-
rev: v1.6.0
19+
rev: v2.0.1
2020
hooks:
2121
- id: autopep8
2222
args: ["--max-line-length=120", "-i"]
2323
- repo: https://github.com/pre-commit/pygrep-hooks
24-
rev: v1.9.0
24+
rev: v1.10.0
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.9007
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.15.3
4040
hooks:
4141
- id: gitleaks
4242
# enable only for Python projects with a dev-installed pylint

0 commit comments

Comments
 (0)