We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6288b5 commit 85e5b9dCopy full SHA for 85e5b9d
.pre-commit-config.yaml
@@ -10,12 +10,12 @@ repos:
10
- id: check-yaml
11
- id: check-added-large-files
12
- repo: https://github.com/pycqa/isort
13
- rev: 5.13.2
+ rev: 6.0.1
14
hooks:
15
- id: isort
16
name: isort (python)
17
- - repo: https://github.com/pre-commit/mirrors-autopep8
18
- rev: v2.0.4
+ - repo: https://github.com/hhatto/autopep8
+ rev: v2.3.2
19
20
- id: autopep8
21
args: ["--max-line-length=120", "-i"]
@@ -24,7 +24,7 @@ repos:
24
25
- id: python-use-type-annotations
26
- repo: https://github.com/lorenzwalthert/precommit
27
- rev: v0.4.3.9003
+ rev: v0.4.3.9005
28
29
- id: style-files
30
args: [--style_pkg=styler, --style_fun=tidyverse_style]
0 commit comments