Skip to content

Commit

Permalink
chore: exclude thanks file from pre-commit to fix travis issues
Browse files Browse the repository at this point in the history
  • Loading branch information
talha131 committed Feb 4, 2020
1 parent 267c345 commit b7d8c4f
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
@@ -1,4 +1,4 @@
exclude: '^static/(css|js)/elegant\.prod\.\w+\.(css|js)'
exclude: '^static/(css|js)/elegant\.prod\.\w+\.(css|js)|^THANKS.md'
fail_fast: true
repos:
- repo: meta
Expand Down

0 comments on commit b7d8c4f

Please sign in to comment.