Skip to content

Commit

Permalink
Add: Add lxml-stubs as dev dependency for code completion
Browse files Browse the repository at this point in the history
It seems lxml doesn't support type hints. Thus an additional package
needs to be installed.
  • Loading branch information
bjoernricks authored and greenbonebot committed Jun 14, 2024
1 parent 0f946e6 commit 38ccca4
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
18 changes: 16 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ autohooks-plugin-black = ">=22.7.0"
black = ">=22.6.0"
pontos = ">=22.7.2"
furo = ">=2022.6.21"
lxml-stubs = "^0.5.1"

[tool.black]
line-length = 80
Expand Down

0 comments on commit 38ccca4

Please sign in to comment.