Skip to content

Commit 462be50

Browse files
authored
Fix Ruff config to ignore of _version.py (#593)
Fix path to the `harmonica/_version.py` file in `pyproject.toml`.
1 parent 83a3d89 commit 462be50

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/harmonica/_version.py",
83+
"harmonica/_version.py",
8484
]
8585

8686
[tool.ruff.lint]

0 commit comments

Comments
 (0)