pyproject.toml: update mypy to recent version · sysfce2/python-pytest-httpserver@659ca7d · GitHub
Skip to content

Commit 659ca7d

Browse files
committed
pyproject.toml: update mypy to recent version
Also update the scripts affected by the newer mypy.
1 parent ef7153d commit 659ca7d

4 files changed

Lines changed: 47 additions & 36 deletions

File tree

poetry.lock

Lines changed: 34 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions

scripts/release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def check_environment():
5252
raise UsageError("No such binary: {}".format(binary))
5353

5454

55-
def main():
55+
def main() -> None:
5656
parser = argparse.ArgumentParser()
5757
parser.add_argument("new_version", help="Version to release")
5858

tests/test_release.py

Lines changed: 10 additions & 4 deletions

0 commit comments

Comments
 (0)