File tree 1 file changed +10
-20
lines changed
1 file changed +10
-20
lines changed Original file line number Diff line number Diff line change 3
3
autoupdate_schedule : ' quarterly'
4
4
repos :
5
5
- repo : https://github.com/pre-commit/pre-commit-hooks
6
+ exclude : |
7
+ (?x)^(
8
+ extern|
9
+ lib/matplotlib/mpl-data|
10
+ doc/devel/gitwash|
11
+ doc/users/prev|
12
+ doc/api/prev|
13
+ lib/matplotlib/tests/tinypages
14
+ )
15
+ exclude_types : [svg]
6
16
rev : v4.0.1
7
17
hooks :
8
18
- id : check-added-large-files
9
19
- id : check-docstring-first
10
20
- id : end-of-file-fixer
11
- exclude : |
12
- (?x)^(
13
- extern|
14
- lib/matplotlib/mpl-data|
15
- doc/devel/gitwash|
16
- doc/users/prev|
17
- doc/api/prev|
18
- lib/matplotlib/tests/tinypages
19
- )
20
- exclude_types : [svg]
21
21
- id : mixed-line-ending
22
22
- id : trailing-whitespace
23
- exclude : |
24
- (?x)^(
25
- extern|
26
- lib/matplotlib/mpl-data|
27
- doc/devel/gitwash|
28
- doc/users/prev|
29
- doc/api/prev|
30
- lib/matplotlib/tests/tinypages
31
- )
32
- exclude_types : [svg]
33
23
- repo : https://github.com/pycqa/flake8
34
24
rev : 3.9.2
35
25
hooks :
You can’t perform that action at this time.
0 commit comments