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 8f4ca3f commit e52c12eCopy full SHA for e52c12e
.pre-commit-config.yaml
@@ -1,5 +1,6 @@
1
default_stages: [commit, push]
2
-exclude: ^images/
+exclude: (^.github/|^docs/|^images/)
3
+
4
repos:
5
- repo: https://github.com/pre-commit/pre-commit-hooks
6
rev: v4.4.0
0 commit comments