File tree 4 files changed +27
-20
lines changed
4 files changed +27
-20
lines changed Original file line number Diff line number Diff line change
1
+ # .ignore for coverage: controls what files get searched.
2
+ build /
3
+ htmlcov /
4
+ html0
5
+ .tox *
6
+ .coverage *
7
+ .metacov
8
+ coverage.json
9
+ coverage.xml
10
+ coverage.lcov
11
+ * .min.js
12
+ style.css
13
+ gold /
14
+ sample_html /
15
+ sample_html_beta /
16
+ * .so
17
+ * .pyd
18
+ * .gz
19
+ * .zip
20
+ _build /
21
+ _spell /
22
+ * .egg
23
+ * .egg-info
24
+ . * _cache
25
+ tmp /
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 10
10
11
11
include .editorconfig
12
12
include .git-blame-ignore-revs
13
+ include .ignore
13
14
include .pre-commit-config.yaml
14
15
include .readthedocs.yaml
15
16
include CHANGES.rst
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ commands =
98
98
python -m cogapp -cP --check --verbosity =1 doc/*.rst
99
99
python -m cogapp -cP --check --verbosity =1 .github/workflows/*.yml
100
100
python -m pylint -j 0 --notes = --ignore-paths ' doc/_build/.*' {env:LINTABLE}
101
- check-manifest --ignore ' doc/sample_html/*,.treerc '
101
+ check-manifest --ignore ' doc/sample_html/*'
102
102
# If 'build -q' becomes a thing (https://github.com/pypa/build/issues/188),
103
103
# this can be simplified:
104
104
python igor.py quietly " python -m build"
You can’t perform that action at this time.
0 commit comments