Skip to content

Commit

Permalink
Update README to reflect switch to pyright.
Browse files Browse the repository at this point in the history
  • Loading branch information
davepeck committed May 22, 2024
1 parent 0bc892f commit 7e35a40
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ So far, I'm liking both. For projects like this one, HTMX is a keeper. `htpy` ha
For code cleanliness, we also use:

- [Ruff](https://github.com/astral-sh/ruff) for linting
- [mypy](https://mypy-lang.org/) for type checking
- [pyright](https://github.com/microsoft/pyright) for type checking

### Getting a local dev instance running

Expand Down
7 changes: 0 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,6 @@ exclude = ["**/migrations/**"]
typeCheckingMode = "basic"
useLibraryCodeForTypes = true

[tool.mypy]
exclude = [".venv", "migrations"]
ignore_missing_imports = true
disallow_untyped_defs = false
show_error_codes = true
plugins = ["mypy_django_plugin.main"]

[tool.django-stubs]
django_settings_module = "server.settings"

Expand Down

0 comments on commit 7e35a40

Please sign in to comment.