Skip to content

Commit 818dedc

Browse files
authored
Fix path of _version.py in Ruff exclude list (#577)
Fix path of the `harmonica/_version.py` file in the list of excluded files by Ruff in `pyproject.toml`.
1 parent a5f4410 commit 818dedc

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
@@ -80,7 +80,7 @@ line-length = 88
8080
exclude = [
8181
"doc/_build",
8282
"doc/gallery",
83-
"src/choclo/_version.py",
83+
"src/harmonica/_version.py",
8484
]
8585

8686
[tool.ruff.lint]

0 commit comments

Comments
 (0)