Skip to content

Commit

Permalink
Updated files with 'repo_helper'.
Browse files Browse the repository at this point in the history
  • Loading branch information
repo-helper[bot] committed Jul 12, 2021
1 parent c1dc5c8 commit 20f8356
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 0 additions & 2 deletions .bumpversion.cfg
Expand Up @@ -5,8 +5,6 @@ tag = True

[bumpversion:file:repo_helper.yml]

[bumpversion:file:__pkginfo__.py]

[bumpversion:file:README.rst]

[bumpversion:file:doc-source/index.rst]
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/docs_test_action.yml
Expand Up @@ -2,7 +2,8 @@
---
name: "Docs Check"
on:
- push
push:
pull_request:

permissions:
contents: read
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/flake8.yml
Expand Up @@ -4,6 +4,7 @@ name: Flake8

on:
push:
pull_request:

permissions:
contents: read
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/mypy.yml
Expand Up @@ -4,6 +4,7 @@ name: mypy

on:
push:
pull_request:

permissions:
contents: read
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/python_ci.yml
Expand Up @@ -4,6 +4,7 @@ name: Windows

on:
push:
pull_request:

permissions:
actions: write
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/python_ci_linux.yml
Expand Up @@ -4,6 +4,7 @@ name: Linux

on:
push:
pull_request:

permissions:
actions: write
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/python_ci_macos.yml
Expand Up @@ -4,6 +4,7 @@ name: macOS

on:
push:
pull_request:

permissions:
actions: write
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Expand Up @@ -73,7 +73,7 @@ repos:
- id: forbid-crlf

- repo: https://github.com/repo-helper/formate
rev: v0.4.7
rev: v0.4.9
hooks:
- id: formate
exclude: ^(doc-source/conf|__pkginfo__|setup)\.(_)?py$
Expand Down
6 changes: 1 addition & 5 deletions __pkginfo__.py
Expand Up @@ -11,10 +11,6 @@
# This script based on https://github.com/rocky/python-uncompyle6/blob/master/__pkginfo__.py
#

__all__ = [
"__version__",
"extras_require",
]
__all__ = ["extras_require"]

__version__ = "0.4.9"
extras_require = {}

0 comments on commit 20f8356

Please sign in to comment.