File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
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 .0.1
5
+ rev : v5 .0.0
6
6
hooks :
7
7
- id : trailing-whitespace
8
8
- id : end-of-file-fixer
9
9
exclude : ' \.Rd'
10
10
- id : check-yaml
11
11
- id : check-added-large-files
12
12
- repo : https://github.com/pycqa/isort
13
- rev : 5.10 .1
13
+ rev : 6.0 .1
14
14
hooks :
15
15
- id : isort
16
16
name : isort (python)
17
- - repo : https://github.com/pre-commit/mirrors- autopep8
18
- rev : v1.5.7
17
+ - repo : https://github.com/hhatto/ autopep8
18
+ rev : v2.3.2
19
19
hooks :
20
20
- id : autopep8
21
21
args : ["--max-line-length=120", "-i"]
22
22
- repo : https://github.com/pre-commit/pygrep-hooks
23
- rev : v1.9 .0
23
+ rev : v1.10 .0
24
24
hooks :
25
25
- id : python-use-type-annotations
26
26
- repo : https://github.com/lorenzwalthert/precommit
27
- rev : v0.1 .3.9135
27
+ rev : v0.4 .3.9005
28
28
hooks :
29
29
- id : style-files
30
30
args : [--style_pkg=styler, --style_fun=tidyverse_style]
You can’t perform that action at this time.
0 commit comments