Skip to content
Merged
Show file tree
Hide file tree
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 pins/constructors.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
from .cache import PinsAccessTimeCache, PinsCache, PinsRscCacheMapper, prefix_cache
from .config import get_cache_dir, get_data_dir

# Kept here for backward-compatibility reasons.
board_deparse # Note that this is not a constructor, but a function to represent them.
# Kept here for backward-compatibility reasons
# Note that this is not a constructor, but a function to represent them.
board_deparse # pyright: ignore[reportUnusedExpression]


class DEFAULT:
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ reportOptionalMemberAccess = false
reportOptionalSubscript = false
reportPossiblyUnboundVariable = false
reportReturnType = false
reportUnusedExpression = false

[tool.ruff]
line-length = 90
Expand Down