Skip to content

Commit

Permalink
test CI failing
Browse files Browse the repository at this point in the history
  • Loading branch information
pfouque committed Nov 22, 2023
1 parent e2cc04d commit ae6f384
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,9 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install tox tox-gh-actions
- name: Pre-commit
uses: pre-commit/[email protected]

- name: Test with tox
run: tox
4 changes: 2 additions & 2 deletions .mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ strict_equality = True
extra_checks = True

# Strongly recommend enabling this one as soon as you can
; check_untyped_defs = True
check_untyped_defs = True

# These shouldn't be too much additional work, but may be tricky to
# get passing if you use a lot of untyped libraries
disallow_subclassing_any = True
disallow_untyped_decorators = True
; disallow_any_generics = True
disallow_any_generics = True

# These next few are various gradations of forcing use of type annotations
; disallow_untyped_calls = True
Expand Down

0 comments on commit ae6f384

Please sign in to comment.