File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
# See https://pre-commit.com/hooks.html for more hooks
3
3
repos :
4
4
- repo : https://github.com/pre-commit/pre-commit-hooks
5
- rev : v4.5 .0
5
+ rev : v4.6 .0
6
6
hooks :
7
7
- id : trailing-whitespace
8
8
exclude : ^(renv/.*|.*\.nb\.html|.*\.Rd|.*\.ipynb)$
@@ -12,12 +12,12 @@ repos:
12
12
- id : check-added-large-files
13
13
args : [--maxkb=10240]
14
14
- repo : https://github.com/pycqa/isort
15
- rev : 5.12.0
15
+ rev : 5.13.2
16
16
hooks :
17
17
- id : isort
18
18
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.3.1
21
21
hooks :
22
22
- id : autopep8
23
23
args : ["--max-line-length=120", "-i"]
26
26
hooks :
27
27
- id : python-use-type-annotations
28
28
- repo : https://github.com/lorenzwalthert/precommit
29
- rev : v0.3.2.9027
29
+ rev : v0.4.3
30
30
hooks :
31
31
- id : style-files
32
32
args : [--style_pkg=styler, --style_fun=tidyverse_style]
You can’t perform that action at this time.
0 commit comments