Skip to content

Commit 7256853

Browse files
authored
cicd: remove pyright/mypy stuff (#58)
1 parent ea1e17f commit 7256853

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
11
repos:
2-
- repo: local
3-
hooks:
4-
- id: pyright
5-
name: pyright
6-
entry: pyright
7-
language: system
8-
types: [python]
92
- repo: https://github.com/astral-sh/ruff-pre-commit
103
rev: v0.4.4
114
hooks:

pyproject.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ dependencies = ["coloredlogs ~= 15.0", "pyyaml ~= 6.0"]
2222
dev = [
2323
"build ~= 0.8",
2424
"ipython ~= 8.4",
25-
"mypy-extensions ~= 1.0",
2625
"pre-commit ~= 3.4",
27-
"pyright~=1.1",
2826
"ruff == 0.4.4",
2927
]
3028
tests = [
@@ -104,9 +102,6 @@ exclude_lines = [
104102
"if __name__ == .__main__.:",
105103
]
106104

107-
[tool.pyright]
108-
include = ["src", "tests"]
109-
110105
[tool.ruff]
111106
src = ["src", "tests"]
112107
line-length = 100

0 commit comments

Comments
 (0)