Skip to content

Commit be2a349

Browse files
committed
pre-commit: properly exclude generated nix files
1 parent ccd9a63 commit be2a349

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# See https://pre-commit.com for more information
22
# See https://pre-commit.com/hooks.html for more hooks
3-
exclude: ^tests/integration|\.patch|nix/_sources$
3+
exclude: ^tests/integration|\.patch|^nix/_sources
44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
66
rev: v4.4.0

0 commit comments

Comments
 (0)