File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 19
19
args : [-f, gcc]
20
20
types : [text]
21
21
files : ^(bash_completion|completions/.+|test/(config/bashrc|update-test-cmd-list)|.+\.sh(\.in)?)$
22
- exclude : completions/(\.gitignore|Makefile.*)$
22
+ exclude : ^ completions/(\.gitignore|Makefile.*)$
23
23
require_serial : false # We disable SC1090 anyway, so parallel is ok
24
24
25
25
- repo : local
37
37
- id : black
38
38
types : [text]
39
39
files : ^(helpers/python|.+\.py)$
40
- exclude : completions/
40
+ exclude : ^ completions/
41
41
42
42
- repo : https://gitlab.com/pycqa/flake8
43
43
rev : 3.8.3
47
47
additional_dependencies : [flake8-bugbear==20.1.4]
48
48
types : [text]
49
49
files : ^(helpers/python|.+\.py)$
50
- exclude : completions/
50
+ exclude : ^ completions/
51
51
52
52
- repo : https://github.com/timothycrosley/isort
53
53
rev : 5.1.4
@@ -56,22 +56,22 @@ repos:
56
56
args : [--settings-path=test/setup.cfg]
57
57
types : [text]
58
58
files : ^(helpers/python|.+\.py)$
59
- exclude : completions/
59
+ exclude : ^ completions/
60
60
61
61
- repo : https://github.com/pre-commit/mirrors-mypy
62
62
rev : v0.782
63
63
hooks :
64
64
- id : mypy
65
65
args : [--config-file=test/setup.cfg]
66
66
# Intentionally not run on helpers/python (support very old versions)
67
- exclude : completions/|test/fixtures/pytest/
67
+ exclude : ^ completions/|^ test/fixtures/pytest/
68
68
69
69
- repo : https://github.com/asottile/pyupgrade
70
70
rev : v2.7.2
71
71
hooks :
72
72
- id : pyupgrade
73
73
args : [--py3-plus, --keep-percent-format]
74
- exclude : completions/
74
+ exclude : ^ completions/
75
75
76
76
- repo : https://github.com/perltidy/perltidy
77
77
rev : " 20200619"
You can’t perform that action at this time.
0 commit comments