Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
rsnodgrass committed May 23, 2024
1 parent 1222a9b commit ce7cf09
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyavcontrol/library/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from pyavcontrol.const import DEFAULT_MODEL_LIBRARIES
from pyavcontrol.library.model import DeviceModel

# from pyavcontrol.library.model import DeviceModel


class DeviceModelLibrary:
Expand Down
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ balanced_wrapping = true
[tool.ruff]
line-length = 88
indent-width = 4
lint.ignore = [ "F403", "F405" ]

[tool.ruff.lint.per-file-ignores]
"__init__.py" = [ "F401" ]

[tool.ruff.format]
quote-style = "single" # Use a single quote instead of double
Expand Down

0 comments on commit ce7cf09

Please sign in to comment.