Skip to content

Commit 162a4ba

Browse files
Updated files with 'repo_helper'. (#39)
Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
1 parent aa50a6d commit 162a4ba

4 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/conda_ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ jobs:
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: |

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ exclude: ^$
55

66
repos:
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

@@ -73,7 +73,7 @@ repos:
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$

formate.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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",

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)