Skip to content

Commit

Permalink
fix pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
yiweny committed Jul 11, 2024
1 parent 0c1bd0e commit 90d562a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
run: |
pip install -e '.[full,test]' -f https://download.pytorch.org/whl/cpu
- name: Check type hints
run: mypy
run: mypy .
6 changes: 0 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,6 @@ warn_redundant_casts = true
warn_unused_configs = true
warn_unused_ignores = true

# TODO: the goal is for this ignore list to be empty
[[tool.mypy.overrides]]
ignore_errors = true
# Run this command to generate this list of files
# mypy --no-error-summary 2>&1 | tr ':' ' ' | awk '{print $1}' | sort | uniq | sed 's/\.py//g; s|src/||g; s|\/|\.|g' | xargs -I {} echo '"{}",'

[tool.pytest.ini_options]
addopts = [
"--capture=no",
Expand Down

0 comments on commit 90d562a

Please sign in to comment.