Skip to content

Commit

Permalink
try something else
Browse files Browse the repository at this point in the history
  • Loading branch information
joyceyan committed Oct 19, 2023
1 parent 25b46f6 commit a6ceaf4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,7 @@ show_error_codes = true
ignore_missing_imports = true
warn_unreachable = true
warn_unused_configs = true

[tool.mypy.overrides]
module = "yaml.*"
ignore_missing_imports = True
1 change: 0 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
coverage
pytest
mypy
types-pyyaml

0 comments on commit a6ceaf4

Please sign in to comment.