Skip to content

Commit

Permalink
Continue to avoid Click typing issue (#3791)
Browse files Browse the repository at this point in the history
  • Loading branch information
hauntsaninja committed Jul 17, 2023
1 parent 6123b4a commit 0e26ada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Expand Up @@ -45,7 +45,7 @@ repos:
additional_dependencies:
- types-PyYAML
- tomli >= 0.2.6, < 2.0.0
- click >= 8.1.0, != 8.1.4
- click >= 8.1.0, != 8.1.4, != 8.1.5
- packaging >= 22.0
- platformdirs >= 2.1.0
- pytest
Expand Down

0 comments on commit 0e26ada

Please sign in to comment.