Skip to content

Commit

Permalink
build(pyproject): Remove unused mypy settings
Browse files Browse the repository at this point in the history
  • Loading branch information
asyrjasalo committed Jul 29, 2024
1 parent 20b9a9e commit a5a3f50
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ __pycache__/
# pytest
.pytest_cache/

# mypy
.dmypy.json
dmypy.json
.mypy_cache/

# Robot Framework
results/
log.html
Expand Down
5 changes: 0 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,16 +71,11 @@ clear = { shell = "rm -rf dist/ node_modules/ .pdm-build/ .pytest_cache/ results
testpaths = "test"
addopts = "--cov --spec --instafail --diff-type=auto"

[tool.mypy]
disallow_untyped_defs = true
ignore_missing_imports = true

[tool.ruff]
line-length = 80
indent-width = 4
exclude = [
".git",
".mypy_cache",
".pytest_cache",
".venv",
"atest",
Expand Down

0 comments on commit a5a3f50

Please sign in to comment.