Skip to content

Commit

Permalink
Removed types-pyyaml version from additional dependencies in pre-comm…
Browse files Browse the repository at this point in the history
…it yaml file
  • Loading branch information
fmalatino committed Apr 24, 2024
1 parent fdd2d17 commit adcb220
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.4.1
hooks:
- id: mypy
additional_dependencies: [types-pyyaml==6.0.12.20240311]
additional_dependencies: [types-pyyaml]
name: mypy-pace
files: pace
args: [--config-file, setup.cfg]
Expand Down

0 comments on commit adcb220

Please sign in to comment.