Skip to content

Commit

Permalink
Updated files with 'repo_helper'. (#63)
Browse files Browse the repository at this point in the history
Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
  • Loading branch information
repo-helper[bot] committed Jun 3, 2021
1 parent 110eaf0 commit b3e2939
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .bumpversion.cfg
Expand Up @@ -18,6 +18,9 @@ replace = : str = "{new_version}"

[bumpversion:file:pyproject.toml]

search = version = "{current_version}"
replace = version = "{new_version}"

[bumpversion:file:setup.cfg]
search = version = {current_version}
replace = version = {new_version}
7 changes: 6 additions & 1 deletion .pre-commit-config.yaml
Expand Up @@ -4,6 +4,11 @@
exclude: ^$

repos:
- repo: https://github.com/repo-helper/pyproject-parser
rev: v0.2.3
hooks:
- id: reformat-pyproject

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.4.0
hooks:
Expand Down Expand Up @@ -68,7 +73,7 @@ repos:
- id: forbid-crlf

- repo: https://github.com/repo-helper/formate
rev: v0.4.4
rev: v0.4.5
hooks:
- id: formate
exclude: ^(doc-source/conf|__pkginfo__|setup)\.(_)?py$
Expand Down
1 change: 1 addition & 0 deletions doc-source/index.rst
Expand Up @@ -5,6 +5,7 @@ domdf_python_tools
.. start short_desc
.. documentation-summary::
:meta:

.. end short_desc
Expand Down

0 comments on commit b3e2939

Please sign in to comment.