Skip to content

Commit

Permalink
🔧 Exclude examples and docs from mypy hook in pre-commit config
Browse files Browse the repository at this point in the history
  • Loading branch information
fbriol committed Feb 26, 2024
1 parent ebde2b3 commit 5792f00
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 @@ -63,7 +63,7 @@ repos:
rev: v1.8.0
hooks:
- id: mypy
exclude: docs
exclude: (examples|docs)/
additional_dependencies:
# Type stubs
- types-requests
Expand Down

0 comments on commit 5792f00

Please sign in to comment.