Skip to content

Commit 149276f

Browse files
committed
merge changes
2 parents b5ea82b + 7256853 commit 149276f

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-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/pre-commit/pre-commit-hooks
103
rev: v5.0.0
114
hooks:

pyproject.toml

Lines changed: 1 addition & 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 >= 4.2.0",
27-
"pyright~=1.1",
2826
"ruff == 0.12.8",
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
@@ -208,6 +203,7 @@ ignore = [
208203
"D415",
209204
"TRY003",
210205
"B019",
206+
"PGH003",
211207
]
212208

213209
[tool.ruff.lint.per-file-ignores]

0 commit comments

Comments
 (0)