Skip to content

Commit 62d9899

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.3.0...v4.6.0) - [github.com/pycqa/isort: 5.10.1 → 5.13.2](PyCQA/isort@5.10.1...5.13.2) - https://github.com/pre-commit/mirrors-autopep8https://github.com/hhatto/autopep8 - [github.com/hhatto/autopep8: v1.7.0 → v2.1.0](hhatto/autopep8@v1.7.0...v2.1.0) - [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.2.9001 → v0.4.1](lorenzwalthert/precommit@v0.3.2.9001...v0.4.1)
1 parent 73ce18a commit 62d9899

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.3.0
5+
rev: v4.6.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: 5.13.2
1414
hooks:
1515
- id: isort
1616
name: isort (python)
17-
- repo: https://github.com/pre-commit/mirrors-autopep8
18-
rev: v1.7.0
17+
- repo: https://github.com/hhatto/autopep8
18+
rev: v2.1.0
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.3.2.9001
27+
rev: v0.4.1
2828
hooks:
2929
- id: style-files
3030
args: [--style_pkg=styler, --style_fun=tidyverse_style]

0 commit comments

Comments
 (0)