We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2f9342 commit 7032190Copy full SHA for 7032190
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "django-template-lsp"
3
-version = "0.9.5"
+version = "0.10.0"
4
description = "Django template LSP"
5
readme = "README.md"
6
authors = [{name = "Four Digits", email = "[email protected]" }]
@@ -57,4 +57,4 @@ known_first_party = "djlsp"
57
58
[tool.flake8]
59
max-line-length = 88
60
-extend-ignore = "W503"
+extend-ignore = "W503"
0 commit comments