Skip to content

Commit

Permalink
remove autotyper
Browse files Browse the repository at this point in the history
  • Loading branch information
krishnasism committed Mar 16, 2024
1 parent c438f57 commit 3b5dab5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 35 deletions.
34 changes: 0 additions & 34 deletions .libcst.codemod.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ include = ["retry_later*"]
exclude = ["docs*", "tests*"]

[project.optional-dependencies]
dev = ["pytest", "pytest-cov", "pytest-xdist", "pylint", "mypy", "typing-extensions", "pre-commit", "ruff", "autotyping"]
dev = ["pytest", "pytest-cov", "pytest-xdist", "pylint", "mypy", "typing-extensions", "pre-commit", "ruff"]

[tool.ruff]
indent-width = 4
Expand Down

0 comments on commit 3b5dab5

Please sign in to comment.