Skip to content

Commit b5ecd5d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/pycqa/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - https://github.com/pre-commit/mirrors-autopep8https://github.com/hhatto/autopep8 - [github.com/hhatto/autopep8: v2.0.4 → v2.3.1](hhatto/autopep8@v2.0.4...v2.3.1) - [github.com/lorenzwalthert/precommit: v0.3.2.9027 → v0.4.3](lorenzwalthert/precommit@v0.3.2.9027...v0.4.3)
1 parent b006a37 commit b5ecd5d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 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.5.0
5+
rev: v4.6.0
66
hooks:
77
- id: trailing-whitespace
88
exclude: ^(renv/.*|.*\.nb\.html|.*\.Rd|.*\.ipynb)$
@@ -12,12 +12,12 @@ repos:
1212
- id: check-added-large-files
1313
args: [--maxkb=10240]
1414
- repo: https://github.com/pycqa/isort
15-
rev: 5.12.0
15+
rev: 5.13.2
1616
hooks:
1717
- id: isort
1818
name: isort (python)
19-
- repo: https://github.com/pre-commit/mirrors-autopep8
20-
rev: v2.0.4
19+
- repo: https://github.com/hhatto/autopep8
20+
rev: v2.3.1
2121
hooks:
2222
- id: autopep8
2323
args: ["--max-line-length=120", "-i"]
@@ -26,7 +26,7 @@ repos:
2626
hooks:
2727
- id: python-use-type-annotations
2828
- repo: https://github.com/lorenzwalthert/precommit
29-
rev: v0.3.2.9027
29+
rev: v0.4.3
3030
hooks:
3131
- id: style-files
3232
args: [--style_pkg=styler, --style_fun=tidyverse_style]

0 commit comments

Comments
 (0)