Skip to content

Commit db637c5

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

File tree

2 files changed

+4
-11
lines changed

2 files changed

+4
-11
lines changed

setup.cfg

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ keywords = flake8, github, github-actions
1616
long_description = file: README.rst
1717
long_description_content_type = text/x-rst
1818
platforms = Windows, macOS, Linux
19-
url = https://github.com/domdfcoding/flake8-github-actions
19+
url = https://github.com/python-formate/flake8-github-actions
2020
project_urls =
21-
Issue Tracker = https://github.com/domdfcoding/flake8-github-actions/issues
22-
Source Code = https://github.com/domdfcoding/flake8-github-actions
21+
Issue Tracker = https://github.com/python-formate/flake8-github-actions/issues
22+
Source Code = https://github.com/python-formate/flake8-github-actions
2323
classifiers =
2424
Environment :: Console
2525
Framework :: Flake8
@@ -48,12 +48,5 @@ exclude =
4848
tests
4949
tests.*
5050

51-
[mypy]
52-
python_version = 3.6
53-
namespace_packages = True
54-
check_untyped_defs = True
55-
warn_unused_ignores = True
56-
no_implicit_optional = True
57-
5851
[options.entry_points]
5952
flake8.report = github = flake8_github_actions:GitHubFormatter

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ basepython = python3.6
5252
ignore_errors = True
5353
changedir = {toxinidir}
5454
deps =
55-
mypy==0.812
55+
mypy==0.910
5656
-r{toxinidir}/tests/requirements.txt
5757
commands = mypy flake8_github_actions tests {posargs}
5858

0 commit comments

Comments
 (0)