Skip to content

Commit

Permalink
Remove unnecessary mypy deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ramnes committed Nov 7, 2023
1 parent 2e89b75 commit 39f778a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repos:
rev: v1.6.1
hooks:
- id: mypy
additional_dependencies: ["libcst", "pytest", "types-python-dateutil", "types-pytz", "types-pkg_resources", "xkbcommon"]
additional_dependencies: ["types-python-dateutil", "types-pytz"]
files: "^libqtile\/.*"
- repo: https://github.com/jendrikseipp/vulture
rev: v2.10
Expand Down

0 comments on commit 39f778a

Please sign in to comment.