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 d322f4e commit f68956cCopy full SHA for f68956c
.pre-commit-config.yaml
@@ -19,19 +19,15 @@ repos:
19
hooks:
20
- id: end-of-file-fixer
21
exclude: |
22
- (?x)^(
23
- docs/.*
24
- )$
+ (?x)(
+ ^docs/
+ )
25
- id: debug-statements # Ensure we don't commit `import pdb; pdb.set_trace()`
26
- exclude: |
27
28
- docker/ros/web/static/.*|
29
30
- id: trailing-whitespace
31
32
33
34
35
# - repo: https://github.com/pre-commit/mirrors-mypy
36
# rev: v1.6.1
37
# hooks:
0 commit comments