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.3 .0
5
+ rev : v4.4 .0
6
6
hooks :
7
7
- id : trailing-whitespace
8
8
- id : end-of-file-fixer
@@ -11,21 +11,21 @@ repos:
11
11
- id : check-added-large-files
12
12
args : [--maxkb=10240]
13
13
- repo : https://github.com/pycqa/isort
14
- rev : 5.10.1
14
+ rev : 5.11.4
15
15
hooks :
16
16
- id : isort
17
17
name : isort (python)
18
18
- repo : https://github.com/pre-commit/mirrors-autopep8
19
- rev : v1.6.0
19
+ rev : v2.0.1
20
20
hooks :
21
21
- id : autopep8
22
22
args : ["--max-line-length=120", "-i"]
23
23
- repo : https://github.com/pre-commit/pygrep-hooks
24
- rev : v1.9 .0
24
+ rev : v1.10 .0
25
25
hooks :
26
26
- id : python-use-type-annotations
27
27
- repo : https://github.com/lorenzwalthert/precommit
28
- rev : v0.3.1
28
+ rev : v0.3.2.9007
29
29
hooks :
30
30
- id : style-files
31
31
args : [--style_pkg=styler, --style_fun=tidyverse_style]
36
36
- id : parsable-R
37
37
- id : no-browser-statement
38
38
- repo : https://github.com/zricethezav/gitleaks
39
- rev : v8.8.11
39
+ rev : v8.15.3
40
40
hooks :
41
41
- id : gitleaks
42
42
# enable only for Python projects with a dev-installed pylint
You can’t perform that action at this time.
0 commit comments