Skip to content

Commit

Permalink
Fix pre-commit config to not touch .gz files
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Schildt <[email protected]>
  • Loading branch information
SebastianSchildt committed Mar 29, 2024
1 parent 8870fe3 commit 2df8943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repos:
exclude_types: ["dbc"]
- id: end-of-file-fixer
exclude_types: ["dbc", "json"]
exclude: \.token$
exclude: \.token$|\.gz$
- id: check-yaml
- id: check-added-large-files

Expand Down

0 comments on commit 2df8943

Please sign in to comment.