Skip to content

Commit

Permalink
Stop removing trailing whitespaces from setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
fepegar committed Jun 8, 2022
1 parent 45b9248 commit b7f88d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ repos:
- id: end-of-file-fixer # Ensures that a file is either empty, or ends with one newline
- id: mixed-line-ending # Replaces or checks mixed line ending
- id: trailing-whitespace # This hook trims trailing whitespace
exclude: setup.cfg
- id: file-contents-sorter # Sort the lines in specified files
files: .*requirements.*\.txt$
- repo: https:/pycqa/flake8
Expand Down

0 comments on commit b7f88d3

Please sign in to comment.