Skip to content

Commit 85e5b9d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pycqa/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1) - https://github.com/pre-commit/mirrors-autopep8https://github.com/hhatto/autopep8 - [github.com/hhatto/autopep8: v2.0.4 → v2.3.2](hhatto/autopep8@v2.0.4...v2.3.2) - [github.com/lorenzwalthert/precommit: v0.4.3.9003 → v0.4.3.9005](lorenzwalthert/precommit@v0.4.3.9003...v0.4.3.9005)
1 parent d6288b5 commit 85e5b9d

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
@@ -10,12 +10,12 @@ repos:
1010
- id: check-yaml
1111
- id: check-added-large-files
1212
- repo: https://github.com/pycqa/isort
13-
rev: 5.13.2
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: v2.0.4
17+
- repo: https://github.com/hhatto/autopep8
18+
rev: v2.3.2
1919
hooks:
2020
- id: autopep8
2121
args: ["--max-line-length=120", "-i"]
@@ -24,7 +24,7 @@ repos:
2424
hooks:
2525
- id: python-use-type-annotations
2626
- repo: https://github.com/lorenzwalthert/precommit
27-
rev: v0.4.3.9003
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)