Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ requires-python = ">=3.11"

[project.optional-dependencies]
dev = [
"tickit-devices @ git+https://github.com/dls-controls/tickit-devices.git@eiger-stream2",
"tickit-devices @ git+https://github.com/dls-controls/tickit-devices.git",
"aioca",
"black",
"copier",
"myst-parser",
Expand Down Expand Up @@ -60,7 +61,7 @@ version_file = "src/fastcs_eiger/_version.py"

[tool.pyright]
typeCheckingMode = "standard"
reportMissingImports = false # Ignore missing stubs in imported modules
reportMissingImports = false # Ignore missing stubs in imported modules

[tool.pytest.ini_options]
# Run pytest with all our checkers, and don't spam us with massive tracebacks on error
Expand Down