Skip to content

Commit

Permalink
pre-commit: run prettify with --no-report-errors
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-zero committed Feb 24, 2020
1 parent 07dd7ba commit 58ebbcb
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 @@ -35,7 +35,7 @@ repos:
files: '^src/.*\.(F|f90)$'
- id: prettify
name: Run prettify
entry: ./tools/prettify/prettify.py
entry: ./tools/prettify/prettify.py --no-report-errors
language: script
files: '^src/.*\.(F|f90)$'
exclude: >-
Expand Down

0 comments on commit 58ebbcb

Please sign in to comment.