Skip to content

Commit

Permalink
Disable double-quote-string-fixer and end-of-file-fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed May 27, 2022
1 parent bba4e35 commit e86e817
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ repos:
- id: check-shebang-scripts-are-executable
- id: check-yaml
- id: detect-private-key
- id: double-quote-string-fixer
- id: end-of-file-fixer
# - id: double-quote-string-fixer # enabling this will modified many Python files
# - id: end-of-file-fixer # enabling this will modified 400+ of files!
- id: mixed-line-ending
- id: requirements-txt-fixer
- id: trailing-whitespace
Expand Down

0 comments on commit e86e817

Please sign in to comment.