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 e86e817 commit 35400a3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.2.0
hooks:
- id: check-builtin-literals
- id: check-executables-have-shebangs
- id: check-shebang-scripts-are-executable
- id: check-yaml
- id: detect-private-key
# - id: double-quote-string-fixer # enabling this will modified many Python files
Expand Down

0 comments on commit 35400a3

Please sign in to comment.