Skip to content

Commit

Permalink
allow .md files
Browse files Browse the repository at this point in the history
  • Loading branch information
xlcnd committed May 14, 2019
1 parent a6176db commit 2b045a5
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 @@ -30,7 +30,7 @@ repos:
- id: mixed-line-ending
- id: trailing-whitespace
args: [--markdown-linebreak-ext=md]
exclude: '.*\.md'
# exclude: '.*\.md'
- id: requirements-txt-fixer
- id: flake8
name: 'Lint and check style with Flake8'
Expand Down

0 comments on commit 2b045a5

Please sign in to comment.