File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4949 - name : " Install package"
5050 run : |
5151 $CONDA/bin/conda install -c file://$(pwd)/conda-bld formate=0.4.6=py_1 -y || exit 1
52- $CONDA/bin/pip show formate
5352
5453 - name : " Run Tests"
5554 run : |
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ exclude: ^$
55
66repos :
77 - repo : https://github.com/repo-helper/pyproject-parser
8- rev : v0.2.3
8+ rev : v0.3.0
99 hooks :
1010 - id : reformat-pyproject
1111
7373 - id : forbid-crlf
7474
7575 - repo : https://github.com/repo-helper/formate
76- rev : v0.4.5
76+ rev : v0.4.6
7777 hooks :
7878 - id : formate
7979 exclude : ^(doc-source/conf|__pkginfo__|setup)\.(_)?py$
Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ known_third_party = [
4343 " coverage_pyver_pragma" ,
4444 " dom_toml" ,
4545 " domdf_python_tools" ,
46+ " entrypoints" ,
4647 " importlib_metadata" ,
4748 " isort" ,
4849 " prettyprinter" ,
Original file line number Diff line number Diff line change @@ -64,7 +64,6 @@ extensions = [
6464 " sphinx_toolbox.tweaks.latex_toc" ,
6565 " sphinx.ext.intersphinx" ,
6666 " sphinx.ext.mathjax" ,
67- " sphinxcontrib.httpdomain" ,
6867 " sphinxcontrib.extras_require" ,
6968 " sphinx.ext.todo" ,
7069 " sphinxemoji.sphinxemoji" ,
You can’t perform that action at this time.
0 commit comments