Skip to content

Commit 38a6f3b

Browse files
authored
Sync lint deps (#488)
1 parent a577a34 commit 38a6f3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,10 @@ test = "mypy --install-types --non-interactive {args:jupyter_releaser}"
9797

9898
[tool.hatch.envs.lint]
9999
dependencies = [
100-
"black==22.10.0",
100+
"black==22.12.0",
101101
"mdformat>0.7",
102102
"mdformat-gfm>=0.3.5",
103-
"ruff==0.0.189"
103+
"ruff==0.0.206"
104104
]
105105
detached = true
106106
[tool.hatch.envs.lint.scripts]

0 commit comments

Comments
 (0)