Skip to content
This repository was archived by the owner on Feb 17, 2021. It is now read-only.

Commit 716fd4b

Browse files
author
Thiago C. D'Ávila
authored
Merge pull request #109 from staticdev/nox-enforce
Enable runtime type-checking with Typeguard by default
2 parents 7eb9bbe + 216b5ad commit 716fd4b

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- { python-version: 3.7, os: ubuntu-latest, session: "tests" }
2121
# - { python-version: 3.8, os: windows-latest, session: "tests" }
2222
- { python-version: 3.8, os: macos-latest, session: "tests" }
23+
- { python-version: 3.8, os: ubuntu-latest, session: "typeguard" }
2324
# - { python-version: 3.8, os: ubuntu-latest, session: "docs" }
2425

2526
env:

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
package = "toml_validator"
1515
python_versions = ["3.7", "3.8"]
16-
nox.options.sessions = "pre-commit", "safety", "mypy", "tests"
16+
nox.options.sessions = "pre-commit", "safety", "mypy", "tests", "typeguard"
1717

1818

1919
class Poetry:

0 commit comments

Comments
 (0)