Skip to content

Commit 4f50e44

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

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.github/workflows/mypy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
os: [ubuntu-latest, windows-latest, macos-latest]
17+
os: ['windows-2019', 'macos-latest', 'ubuntu-20.04']
1818
fail-fast: false
1919

2020
steps:

.pre-commit-config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ repos:
4040
- id: ensure-dunder-all
4141
files: ^flake8_github_actions/.*\.py$
4242

43+
- repo: https://github.com/domdfcoding/flake2lint
44+
rev: v0.2.0
45+
hooks:
46+
- id: flake2lint
47+
4348
- repo: https://github.com/pre-commit/pygrep-hooks
4449
rev: v1.7.0
4550
hooks:

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ exclude_lines =
111111
if TYPE_CHECKING:
112112
if typing.TYPE_CHECKING:
113113
if __name__ == .__main__.:
114+
\.\.\.
114115
115116
[check-wheel-contents]
116117
ignore = W002

0 commit comments

Comments
 (0)