Skip to content

Commit 9f856db

Browse files
committed
Updated config files.
1 parent a5040c8 commit 9f856db

File tree

13 files changed

+51
-51
lines changed

13 files changed

+51
-51
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ tag = True
99

1010
[bumpversion:file:README.rst]
1111

12-
[bumpversion:file:flake8_github_action/__init__.py]
12+
[bumpversion:file:flake8_github_actions/__init__.py]

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ THE ISSUE WILL BE CLOSED IF INSUFFICIENT INFORMATION IS PROVIDED.
3838

3939
* Operating System:
4040
* Python:
41-
* flake8-github-action:
41+
* flake8-github-actions:
4242

4343
## Installation source
4444
<!-- e.g. Github repository, Github Releases, PyPI/pip, Anaconda/conda -->

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ assignees: domdfcoding
2020

2121
* Operating System:
2222
* Python:
23-
* flake8-github-action:
23+
* flake8-github-actions:
2424

2525

2626
## Other Additional Information:

.github/workflows/octocheese.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
steps:
1414
- uses: domdfcoding/octocheese@master
1515
with:
16-
pypi_name: "flake8-github-action"
16+
pypi_name: "flake8-github-actions"
1717
env:
1818
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

.isort.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ known_third_party =
2626
github3_py
2727
requests
2828
typing_extensions
29-
known_first_party = flake8_github_action
29+
known_first_party = flake8_github_actions

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ repos:
3838
rev: v0.1.3
3939
hooks:
4040
- id: ensure-dunder-all
41-
files: ^flake8_github_action/.*\.py$
41+
files: ^flake8_github_actions/.*\.py$
4242

4343
- repo: https://github.com/pre-commit/pygrep-hooks
4444
rev: v1.7.0
@@ -69,6 +69,6 @@ repos:
6969
hooks:
7070
- id: dep_checker
7171
args:
72-
- flake8_github_action
72+
- flake8_github_actions
7373

7474
# Custom hooks can be added below this comment

CONTRIBUTING.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Contributing
44

55
.. This file based on https://github.com/PyGithub/PyGithub/blob/master/CONTRIBUTING.md
66
7-
``flake8-github-action`` uses `tox <https://tox.readthedocs.io>`_ to automate testing and packaging, and `pre-commit <https://pre-commit.com>`_ to maintain code quality.
7+
``flake8-github-actions`` uses `tox <https://tox.readthedocs.io>`_ to automate testing and packaging, and `pre-commit <https://pre-commit.com>`_ to maintain code quality.
88

99
Install ``pre-commit`` with ``pip`` and install the git hook:
1010

MANIFEST.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ include __pkginfo__.py
22
include LICENSE
33
include requirements.txt
44
prune **/__pycache__
5-
recursive-include flake8_github_action *.pyi
6-
include flake8_github_action/py.typed
5+
recursive-include flake8_github_actions *.pyi
6+
include flake8_github_actions/py.typed

README.rst

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -26,55 +26,55 @@ flake8-github-action
2626

2727

2828

29-
.. |travis| image:: https://github.com/domdfcoding/flake8-github-action/workflows/Linux%20Tests/badge.svg
30-
:target: https://github.com/domdfcoding/flake8-github-action/actions?query=workflow%3A%22Linux+Tests%22
29+
.. |travis| image:: https://github.com/domdfcoding/flake8-github-actions/workflows/Linux%20Tests/badge.svg
30+
:target: https://github.com/domdfcoding/flake8-github-actions/actions?query=workflow%3A%22Linux+Tests%22
3131
:alt: Linux Test Status
3232

33-
.. |actions_windows| image:: https://github.com/domdfcoding/flake8-github-action/workflows/Windows%20Tests/badge.svg
34-
:target: https://github.com/domdfcoding/flake8-github-action/actions?query=workflow%3A%22Windows+Tests%22
33+
.. |actions_windows| image:: https://github.com/domdfcoding/flake8-github-actions/workflows/Windows%20Tests/badge.svg
34+
:target: https://github.com/domdfcoding/flake8-github-actions/actions?query=workflow%3A%22Windows+Tests%22
3535
:alt: Windows Test Status
3636

37-
.. |actions_macos| image:: https://github.com/domdfcoding/flake8-github-action/workflows/macOS%20Tests/badge.svg
38-
:target: https://github.com/domdfcoding/flake8-github-action/actions?query=workflow%3A%22macOS+Tests%22
37+
.. |actions_macos| image:: https://github.com/domdfcoding/flake8-github-actions/workflows/macOS%20Tests/badge.svg
38+
:target: https://github.com/domdfcoding/flake8-github-actions/actions?query=workflow%3A%22macOS+Tests%22
3939
:alt: macOS Test Status
4040

41-
.. |requires| image:: https://requires.io/github/domdfcoding/flake8-github-action/requirements.svg?branch=master
42-
:target: https://requires.io/github/domdfcoding/flake8-github-action/requirements/?branch=master
41+
.. |requires| image:: https://requires.io/github/domdfcoding/flake8-github-actions/requirements.svg?branch=master
42+
:target: https://requires.io/github/domdfcoding/flake8-github-actions/requirements/?branch=master
4343
:alt: Requirements Status
4444

45-
.. |codefactor| image:: https://img.shields.io/codefactor/grade/github/domdfcoding/flake8-github-action?logo=codefactor
46-
:target: https://www.codefactor.io/repository/github/domdfcoding/flake8-github-action
45+
.. |codefactor| image:: https://img.shields.io/codefactor/grade/github/domdfcoding/flake8-github-actions?logo=codefactor
46+
:target: https://www.codefactor.io/repository/github/domdfcoding/flake8-github-actions
4747
:alt: CodeFactor Grade
4848

49-
.. |pypi-version| image:: https://img.shields.io/pypi/v/flake8-github-action
50-
:target: https://pypi.org/project/flake8-github-action/
49+
.. |pypi-version| image:: https://img.shields.io/pypi/v/flake8-github-actions
50+
:target: https://pypi.org/project/flake8-github-actions/
5151
:alt: PyPI - Package Version
5252

53-
.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/flake8-github-action?logo=python&logoColor=white
54-
:target: https://pypi.org/project/flake8-github-action/
53+
.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/flake8-github-actions?logo=python&logoColor=white
54+
:target: https://pypi.org/project/flake8-github-actions/
5555
:alt: PyPI - Supported Python Versions
5656

57-
.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/flake8-github-action
58-
:target: https://pypi.org/project/flake8-github-action/
57+
.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/flake8-github-actions
58+
:target: https://pypi.org/project/flake8-github-actions/
5959
:alt: PyPI - Supported Implementations
6060

61-
.. |wheel| image:: https://img.shields.io/pypi/wheel/flake8-github-action
62-
:target: https://pypi.org/project/flake8-github-action/
61+
.. |wheel| image:: https://img.shields.io/pypi/wheel/flake8-github-actions
62+
:target: https://pypi.org/project/flake8-github-actions/
6363
:alt: PyPI - Wheel
6464

65-
.. |license| image:: https://img.shields.io/github/license/domdfcoding/flake8-github-action
66-
:target: https://github.com/domdfcoding/flake8-github-action/blob/master/LICENSE
65+
.. |license| image:: https://img.shields.io/github/license/domdfcoding/flake8-github-actions
66+
:target: https://github.com/domdfcoding/flake8-github-actions/blob/master/LICENSE
6767
:alt: License
6868

69-
.. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/flake8-github-action
69+
.. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/flake8-github-actions
7070
:alt: GitHub top language
7171

72-
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/flake8-github-action/v0.0.0
73-
:target: https://github.com/domdfcoding/flake8-github-action/pulse
72+
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/flake8-github-actions/v0.0.0
73+
:target: https://github.com/domdfcoding/flake8-github-actions/pulse
7474
:alt: GitHub commits since tagged version
7575

76-
.. |commits-latest| image:: https://img.shields.io/github/last-commit/domdfcoding/flake8-github-action
77-
:target: https://github.com/domdfcoding/flake8-github-action/commit/master
76+
.. |commits-latest| image:: https://img.shields.io/github/last-commit/domdfcoding/flake8-github-actions
77+
:target: https://github.com/domdfcoding/flake8-github-actions/commit/master
7878
:alt: GitHub last commit
7979

8080
.. |maintained| image:: https://img.shields.io/maintenance/yes/2020
@@ -84,8 +84,8 @@ flake8-github-action
8484
:target: https://github.com/pre-commit/pre-commit
8585
:alt: pre-commit
8686

87-
.. |pre_commit_ci| image:: https://results.pre-commit.ci/badge/github/domdfcoding/flake8-github-action/master.svg
88-
:target: https://results.pre-commit.ci/latest/github/domdfcoding/flake8-github-action/master
87+
.. |pre_commit_ci| image:: https://results.pre-commit.ci/badge/github/domdfcoding/flake8-github-actions/master.svg
88+
:target: https://results.pre-commit.ci/latest/github/domdfcoding/flake8-github-actions/master
8989
:alt: pre-commit.ci status
9090

9191
.. end shields
@@ -95,13 +95,13 @@ Installation
9595

9696
.. start installation
9797
98-
``flake8-github-action`` can be installed from PyPI.
98+
``flake8-github-actions`` can be installed from PyPI.
9999

100100
To install with ``pip``:
101101

102102
.. code-block:: bash
103103
104-
$ python -m pip install flake8-github-action
104+
$ python -m pip install flake8-github-actions
105105
106106
.. end installation
107107
File renamed without changes.

repo_helper.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Configuration for 'repo_helper' (https://github.com/domdfcoding/repo_helper)
22
---
3-
modname: 'flake8-github-action'
3+
modname: 'flake8-github-actions'
44
copyright_years: '2020'
55
author: 'Dominic Davis-Foster'
66
email: 'dominic@davis-foster.co.uk'
@@ -29,4 +29,4 @@ keywords:
2929

3030
entry_points:
3131
flake8.report:
32-
- github = flake8_github_action:GitHubFormatter
32+
- github = flake8_github_actions:GitHubFormatter

setup.cfg

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@
77
# * options.entry_points
88

99
[metadata]
10-
name = flake8-github-action
10+
name = flake8-github-actions
1111
author = Dominic Davis-Foster
1212
author_email = dominic@davis-foster.co.uk
1313
license = MIT License
1414
keywords = flake8, github, github-actions
1515
long_description = file: README.rst
1616
long_description_content_type = text/x-rst
1717
platforms = Windows, macOS, Linux
18-
url = https://github.com/domdfcoding/flake8-github-action
18+
url = https://github.com/domdfcoding/flake8-github-actions
1919
project_urls =
20-
Issue_Tracker = https://github.com/domdfcoding/flake8-github-action/issues
21-
Source_Code = https://github.com/domdfcoding/flake8-github-action
20+
Issue_Tracker = https://github.com/domdfcoding/flake8-github-actions/issues
21+
Source_Code = https://github.com/domdfcoding/flake8-github-actions
2222
classifiers =
2323
License :: OSI Approved :: MIT License
2424
Operating System :: OS Independent
@@ -49,4 +49,4 @@ check_untyped_defs = True
4949
warn_unused_ignores = True
5050

5151
[options.entry_points]
52-
flake8.report = github = flake8_github_action:GitHubFormatter
52+
flake8.report = github = flake8_github_actions:GitHubFormatter

tox.ini

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ deps =
7272
git+https://github.com/domdfcoding/flake8-rst-docstrings.git
7373
git+https://github.com/domdfcoding/flake8-rst-docstrings-sphinx.git@v2
7474
pygments>=2.7.1
75-
commands = python3 -m flake8_rst_docstrings_sphinx flake8_github_action --allow-toolbox
75+
commands = python3 -m flake8_rst_docstrings_sphinx flake8_github_actions --allow-toolbox
7676

7777
[testenv:mypy]
7878
basepython = python3.6
@@ -81,15 +81,15 @@ changedir = {toxinidir}
8181
deps =
8282
mypy==0.790
8383
lxml
84-
commands = mypy flake8_github_action {posargs}
84+
commands = mypy flake8_github_actions {posargs}
8585

8686
[testenv:pyup]
8787
basepython = python3.6
8888
skip_install = True
8989
ignore_errors = True
9090
changedir = {toxinidir}
9191
deps = pyupgrade-directories
92-
commands = pyup_dirs flake8_github_action --py36-plus --recursive
92+
commands = pyup_dirs flake8_github_actions --py36-plus --recursive
9393

9494
[flake8]
9595
max-line-length = 120
@@ -123,8 +123,8 @@ exclude_lines =
123123
124124
[check-wheel-contents]
125125
ignore = W002
126-
toplevel = flake8_github_action
127-
package = flake8_github_action
126+
toplevel = flake8_github_actions
127+
package = flake8_github_actions
128128
129129
[pytest]
130130
addopts = --color yes --durations 25

0 commit comments

Comments
 (0)