Skip to content

Commit 63bc19a

Browse files
committed
black reformatting
1 parent 9022f3e commit 63bc19a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pixi.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ dev = { features = ["dev"], solve-group = "default" }
7373
[tool.pixi.feature.dev.tasks]
7474
tests = "pytest"
7575
flake8 = "flake8 docs tests src/xarray_dataclasses"
76-
black = "black --check docs tests xarray_dataclasses"
76+
black = "black docs tests src/xarray_dataclasses"
7777
doc_build = { cmd = "sphinx-apidoc -efT -o docs/_apidoc src/xarray_dataclasses && sphinx-build -a docs docs/_build" }
7878
pyright = "pyright docs tests src/xarray_dataclasses"
7979

src/xarray_dataclasses/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"datamodel",
1717
"dataoptions",
1818
"typing",
19-
"__version__"
19+
"__version__",
2020
]
2121

2222

0 commit comments

Comments
 (0)