Skip to content

Commit

Permalink
Complete "mypy" configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
lycantropos committed Nov 14, 2024
1 parent 7ab21c8 commit dada527
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ repos:
rev: v1.13.0
hooks:
- id: mypy
args:
- --strict
additional_dependencies:
- 'hypothesis>=6.99.12,<7.0'
- 'pytest>=8.1.1,<9.0'
Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ build-backend = "setuptools.build_meta"
[tool.coverage.run]
source = ["cfractions"]

[tool.mypy]
strict = true

[tool.pytest.ini_options]
addopts = "--verbose -s --hypothesis-profile=default"

Expand Down

0 comments on commit dada527

Please sign in to comment.