Skip to content

Commit edffe95

Browse files
authored
Merge pull request #674 from powerapi-ng/build/pin-linter-packages-version
build(pyproject): Pin packages version of the `lint` dependency group
2 parents 2f8bf8a + 2bd0088 commit edffe95

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
@@ -61,7 +61,7 @@ docs = [
6161
]
6262

6363
lint = [
64-
"ruff >= 0.9.6"
64+
"ruff == 0.13.0"
6565
]
6666

6767
dev = [

0 commit comments

Comments
 (0)