Skip to content

Commit dc1a6d2

Browse files
committed
Update build system and Pyright settings in pyproject.toml
1 parent d17bc73 commit dc1a6d2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
2-
requires = ["hatchling"]
3-
build-backend = "hatchling.build"
2+
requires = ["uv_build"]
3+
build-backend = "uv_build"
44

55
[project]
66
name = "xlviews"
@@ -77,6 +77,7 @@ ignore = [
7777
"PD901",
7878
"PERF401",
7979
"PGH003",
80+
"PLC0415",
8081
"PLR",
8182
"RUF001",
8283
"RUF003",
@@ -92,6 +93,7 @@ ignore = [
9293

9394
[tool.pyright]
9495
include = ["src", "tests"]
96+
reportIncompatibleMethodOverride = false
9597
strictDictionaryInference = true
9698
strictListInference = true
9799
strictSetInference = true

0 commit comments

Comments
 (0)