Skip to content

Commit 08097dd

Browse files
author
Casey Riebe
committed
Removing silly change
1 parent faeea44 commit 08097dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ reportIncompatibleMethodOverride = false
123123
target-version = "py310"
124124
output-format = "concise"
125125
lint.isort.split-on-trailing-comma = false
126+
preview = true
126127
lint.select = ["ALL"]
127128
lint.ignore = [
128129
"A",
@@ -167,7 +168,6 @@ lint.flake8-bugbear.extend-immutable-calls = [
167168
"reflex.utils.types.Unset",
168169
"reflex.vars.base.Var.create",
169170
]
170-
preview = true
171171

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

0 commit comments

Comments
 (0)