Skip to content

Commit 204fafd

Browse files
committed
Merged origin/main into chore/update-shiny-bslib-2025-02-26
2 parents 08961ef + 4893f99 commit 204fafd

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

pyproject.toml

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,7 @@ dependencies = [
5050
]
5151

5252
[project.optional-dependencies]
53-
theme = [
54-
"libsass>=0.23.0",
55-
"brand_yml>=0.1.0"
56-
]
53+
theme = ["libsass>=0.23.0", "brand_yml>=0.1.0"]
5754
test = [
5855
"pytest>=6.2.4",
5956
"pytest-asyncio>=0.17.2",
@@ -103,7 +100,7 @@ dev = [
103100
"isort>=5.10.1",
104101
"libsass>=0.23.0",
105102
"brand_yml>=0.1.0",
106-
"pyright>=1.1.383",
103+
"pyright>=1.1.383,<1.1.395",
107104
"pre-commit>=2.15.0",
108105
"wheel",
109106
"matplotlib",
@@ -158,7 +155,16 @@ ignore = ["E302", "E501", "F403", "F405", "W503", "E203", "E701", "E704"]
158155

159156
[tool.isort]
160157
profile = "black"
161-
skip = ["__init__.py", "typings/", "_dev/", ".venv", "venv", ".tox", "build", "_version.py"]
158+
skip = [
159+
"__init__.py",
160+
"typings/",
161+
"_dev/",
162+
".venv",
163+
"venv",
164+
".tox",
165+
"build",
166+
"_version.py",
167+
]
162168

163169
[tool.mypy]
164170
# The goal of our usage of mypy is to make to sure mypy can run, not that it catches any errors (we use pyright to find our errors).

0 commit comments

Comments
 (0)