Skip to content

Commit

Permalink
removing mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
stringertheory committed Jun 6, 2023
1 parent 3b7abc5 commit 77e5b97
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 79 deletions.
2 changes: 0 additions & 2 deletions Makefile
Expand Up @@ -11,8 +11,6 @@ check: ## Run code quality tools.
@poetry lock --check
@echo "🚀 Linting code: Running pre-commit"
@poetry run pre-commit run -a
# @echo "🚀 Static type checking: Running mypy"
# @poetry run mypy
@echo "🚀 Checking for obsolete dependencies: Running deptry"
@poetry run deptry .

Expand Down
67 changes: 1 addition & 66 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 0 additions & 11 deletions pyproject.toml
Expand Up @@ -20,7 +20,6 @@ python = ">=3.8,<4.0"
pytest = "^7.2.0"
pytest-cov = "^4.0.0"
deptry = "^0.6.4"
mypy = "^0.981"
pre-commit = "^2.20.0"
tox = "^3.25.1"
beautifulsoup4 = "^4.12.2"
Expand All @@ -39,16 +38,6 @@ line-length = 120
target-version = ['py37']
preview = true

[tool.mypy]
files = ["json_explorer"]
disallow_untyped_defs = "True"
disallow_any_unimported = "True"
no_implicit_optional = "True"
check_untyped_defs = "True"
warn_return_any = "True"
warn_unused_ignores = "True"
show_error_codes = "True"

[tool.ruff]
target-version = "py37"
line-length = 120
Expand Down

0 comments on commit 77e5b97

Please sign in to comment.