We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d05a6c commit 78b1ba5Copy full SHA for 78b1ba5
.pre-commit-config.yaml
@@ -1,3 +1,8 @@
1
+exclude: |
2
+ (?x)^(
3
+ tests/.*|
4
+ examples/.*
5
+ )$
6
default_install_hook_types: ["pre-commit", "commit-msg"]
7
repos:
8
- repo: https://github.com/pre-commit/pre-commit-hooks
0 commit comments