Skip to content

Commit caeee63

Browse files
authored
Update ruff in pyproject.toml to match pre-commit
1 parent ec5732f commit caeee63

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ docs = [
6464
"Sphinx~=8.2.3;python_version>='3.11'",
6565
]
6666
lint = [
67-
"ruff==0.15.10",
67+
"ruff==0.15.14",
6868
]
6969
pre-commit = [
70-
"pre-commit>=4.5.1,<4.7.0",
70+
"pre-commit~=4.6.0",
7171
]
7272
security = [
7373
"bandit[sarif]==1.9.4",

0 commit comments

Comments
 (0)