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 b006a37 commit 0f801f4Copy full SHA for 0f801f4
.pre-commit-config.yaml
@@ -12,12 +12,12 @@ repos:
12
- id: check-added-large-files
13
args: [--maxkb=10240]
14
- repo: https://github.com/pycqa/isort
15
- rev: 5.12.0
+ rev: 5.13.2
16
hooks:
17
- id: isort
18
name: isort (python)
19
- - repo: https://github.com/pre-commit/mirrors-autopep8
20
- rev: v2.0.4
+ - repo: https://github.com/hhatto/autopep8
+ rev: v2.1.0
21
22
- id: autopep8
23
args: ["--max-line-length=120", "-i"]
@@ -26,7 +26,7 @@ repos:
26
27
- id: python-use-type-annotations
28
- repo: https://github.com/lorenzwalthert/precommit
29
- rev: v0.3.2.9027
+ rev: v0.4.1
30
31
- id: style-files
32
args: [--style_pkg=styler, --style_fun=tidyverse_style]
0 commit comments