Skip to content

Commit

Permalink
Merge pull request #505 from MetRonnie/flake8-mypy
Browse files Browse the repository at this point in the history
Drop Python 3.7 in flake8/mypy
  • Loading branch information
oliver-sanders authored Sep 12, 2023
2 parents bd5381c + 65cf891 commit 0305779
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion mypy.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[mypy]
python_version = 3.7
python_version = 3.8
ignore_missing_imports = True
files = cylc/uiserver
# don't run mypy on these files directly
Expand Down
3 changes: 0 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ ignore=
W503,
; line break after binary operator
W504
; suggests using f"{!r}" instead of manual quotes (flake8-bugbear)
; Doesn't work at 3.7
B028

exclude=
build,
Expand Down

0 comments on commit 0305779

Please sign in to comment.