Skip to content

Commit 86e8afd

Browse files
committed
build: fix dependencies for lint environment
1 parent b73750b commit 86e8afd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hatch.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ matrix.rf.dependencies = [
8080
[envs.lint]
8181
skip-install = true
8282
extra-dependencies = ["tomli>=2.0.0"]
83-
features = ["yaml", "rest", "lint", "tidy"]
83+
features = ["all"]
8484

8585
[envs.lint.scripts]
8686
typing = ["mypy --install-types --non-interactive {args:.}"]

0 commit comments

Comments
 (0)