Skip to content

Commit fa5d46a

Browse files
committed
Disable pre-commit checks for .plan files
1 parent 4046598 commit fa5d46a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ repos:
44
hooks:
55
- id: flake8
66
types: [file]
7-
files: \.(py|anod|plan)$
7+
files: \.(py)$
88
additional_dependencies:
99
- flake8-bugbear
1010
- flake8-builtins
@@ -16,7 +16,7 @@ repos:
1616
hooks:
1717
- id: black
1818
types_or: [file]
19-
files: \.(py|plan)$
19+
files: \.(py)$
2020
- repo: https://github.com/pre-commit/mirrors-mypy
2121
rev: v1.8.0
2222
hooks:

0 commit comments

Comments
 (0)