Skip to content

Commit 0f801f4

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [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.1.0](hhatto/autopep8@v2.0.4...v2.1.0) - [github.com/lorenzwalthert/precommit: v0.3.2.9027 → v0.4.1](lorenzwalthert/precommit@v0.3.2.9027...v0.4.1)
1 parent b006a37 commit 0f801f4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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.1.0
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.1
3030
hooks:
3131
- id: style-files
3232
args: [--style_pkg=styler, --style_fun=tidyverse_style]

0 commit comments

Comments
 (0)