Skip to content

Commit

Permalink
Upgraded mypy and fixed test on docstrings sync
Browse files Browse the repository at this point in the history
  • Loading branch information
VianneyMI committed Nov 3, 2023
1 parent 176948d commit ad37148
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/linting.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# (linters and static type checkers)
# Those are used for monggregate contributors

mypy==0.971
mypy==1.6.1
2 changes: 2 additions & 0 deletions tests/test_docstrings.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ def test_sync_docstrings()->None:
# --------------------------------------
stages_members = stages.__dict__ # mapping between member name and members of the package
# which can be functions, variables or classes
stages_members.pop("AnyStage")
stages_members.pop("Union")


# Filtering non-classes stages members
Expand Down

0 comments on commit ad37148

Please sign in to comment.