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 523284b commit 049ea77Copy full SHA for 049ea77
pyproject.toml
@@ -5,7 +5,7 @@ requires = [ "hatchling" ]
5
6
[project]
7
name = "datastar-py"
8
-version = "0.6.4"
+version = "0.6.5"
9
description = "Helper functions and classes for the Datastar library (https://data-star.dev/)"
10
readme = "README.md"
11
keywords = [
@@ -83,6 +83,5 @@ lint.ignore = [
83
"D415", # Duplicate of D400
84
"E501",
85
]
86
+lint.per-file-ignores."examples/**/*.py" = [ "ANN" ]
87
lint.fixable = [ "ALL" ]
-
88
-per-file-ignores."examples/**/*.py" = [ "ANN" ]
0 commit comments