Skip to content

Commit f595e70

Browse files
authored
Sync lint deps (#365)
1 parent a0f9152 commit f595e70

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
@@ -115,10 +115,10 @@ test = "mypy --install-types --non-interactive {args:jupyterlab_server tests}"
115115

116116
[tool.hatch.envs.lint]
117117
dependencies = [
118-
"black[jupyter]==22.6.0",
118+
"black[jupyter]==22.12.0",
119119
"mdformat>0.7",
120120
"mdformat-gfm>=0.3.5",
121-
"ruff==0.0.189"
121+
"ruff==0.0.206"
122122
]
123123
detatched = true
124124
[tool.hatch.envs.lint.scripts]

0 commit comments

Comments
 (0)