Skip to content

Commit 049ea77

Browse files
committed
version bump
fix deprecated ruff config
1 parent 523284b commit 049ea77

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ requires = [ "hatchling" ]
55

66
[project]
77
name = "datastar-py"
8-
version = "0.6.4"
8+
version = "0.6.5"
99
description = "Helper functions and classes for the Datastar library (https://data-star.dev/)"
1010
readme = "README.md"
1111
keywords = [
@@ -83,6 +83,5 @@ lint.ignore = [
8383
"D415", # Duplicate of D400
8484
"E501",
8585
]
86+
lint.per-file-ignores."examples/**/*.py" = [ "ANN" ]
8687
lint.fixable = [ "ALL" ]
87-
88-
per-file-ignores."examples/**/*.py" = [ "ANN" ]

0 commit comments

Comments
 (0)