Skip to content

Commit 04e5fee

Browse files
authored
Merge pull request #393 from light-curve/tox-ruff-check
CI: Fix ruff command for tox
2 parents 76c7546 + 34ba619 commit 04e5fee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

light-curve/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ isolated_build = True
166166
extras = dev
167167
commands =
168168
pytest README.md tests/ light_curve/
169-
ruff .
169+
ruff check .
170170
"""
171171

172172

0 commit comments

Comments
 (0)