Skip to content

Commit 09eb9ca

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v5.0.0](pre-commit/pre-commit-hooks@v4.0.1...v5.0.0) - [github.com/pycqa/isort: 5.10.1 → 6.0.1](PyCQA/isort@5.10.1...6.0.1) - https://github.com/pre-commit/mirrors-autopep8https://github.com/hhatto/autopep8 - [github.com/hhatto/autopep8: v1.5.7 → v2.3.2](hhatto/autopep8@v1.5.7...v2.3.2) - [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.1.3.9135 → v0.4.3.9005](lorenzwalthert/precommit@v0.1.3.9135...v0.4.3.9005)
1 parent 5349bba commit 09eb9ca

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,29 +2,29 @@
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.0.1
5+
rev: v5.0.0
66
hooks:
77
- id: trailing-whitespace
88
- id: end-of-file-fixer
99
exclude: '\.Rd'
1010
- id: check-yaml
1111
- id: check-added-large-files
1212
- repo: https://github.com/pycqa/isort
13-
rev: 5.10.1
13+
rev: 6.0.1
1414
hooks:
1515
- id: isort
1616
name: isort (python)
17-
- repo: https://github.com/pre-commit/mirrors-autopep8
18-
rev: v1.5.7
17+
- repo: https://github.com/hhatto/autopep8
18+
rev: v2.3.2
1919
hooks:
2020
- id: autopep8
2121
args: ["--max-line-length=120", "-i"]
2222
- repo: https://github.com/pre-commit/pygrep-hooks
23-
rev: v1.9.0
23+
rev: v1.10.0
2424
hooks:
2525
- id: python-use-type-annotations
2626
- repo: https://github.com/lorenzwalthert/precommit
27-
rev: v0.1.3.9135
27+
rev: v0.4.3.9005
2828
hooks:
2929
- id: style-files
3030
args: [--style_pkg=styler, --style_fun=tidyverse_style]

0 commit comments

Comments
 (0)