File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 52
52
" --output-format=github" ,
53
53
# "--load-plugins=pylint.extensions.docparams", We're not ready for that
54
54
]
55
- exclude : tests/testdata|conf.py
56
55
- repo : https://github.com/pre-commit/mirrors-mypy
57
56
rev : v1.11.2
58
57
hooks :
Original file line number Diff line number Diff line change 11
11
# paths.
12
12
ignore =CVS
13
13
14
+ # Add files or directories matching the regular expressions patterns to the
15
+ # ignore-list. The regex matches against paths and can be in Posix or Windows
16
+ # format. Because '\\' represents the directory delimiter on Windows systems,
17
+ # it can't be used as an escape character.
18
+ ignore-paths =doc/conf.py,tests/testdata/
19
+
14
20
# Pickle collected data for later comparisons.
15
21
persistent =yes
16
22
You can’t perform that action at this time.
0 commit comments