Skip to content

Commit

Permalink
Make mypy config more explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
hackdna committed Dec 13, 2024
1 parent 688ed71 commit b365d8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Information for contributors
* Change current directory to the top level of your local Forest repository
* Install Forest in editable mode along with development tools: `pip install -e ".[dev]"`
* Run code style checks: `flake8`
* Run type hint checks: `mypy -p forest`
* Run type hint checks: `mypy`
* Run test suite: `pytest`

### Documentation
Expand Down
1 change: 1 addition & 0 deletions mypy.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[mypy]
mypy_path = src
packages = forest
python_version = 3.11

[mypy-holidays]
Expand Down

0 comments on commit b365d8a

Please sign in to comment.