We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f7d2d0 commit 37bc565Copy full SHA for 37bc565
.pre-commit-config.yaml
@@ -58,7 +58,7 @@ repos:
58
hooks:
59
- id: mypy
60
additional_dependencies: ["types-PyYAML", "types-requests"]
61
- exclude: ^(docs/|.*test.*\.py$|.*/tests/.*\.py$|utilities/manifests/.*|utilities/plugins/tgis_grpc/.*)
+ exclude: ^(docs/|.*test.*\.py$|utilities/manifests/.*|utilities/plugins/tgis_grpc/.*)
62
63
64
- repo: https://github.com/espressif/conventional-precommit-linter
0 commit comments