mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-05 11:36:54 +00:00
implemented a basic double quote string fixer
This commit is contained in:
parent
5fe82b3a37
commit
12f02dfeb8
6 changed files with 154 additions and 1 deletions
|
|
@ -36,6 +36,7 @@ Add this to your `.pre-commit-config.yaml`
|
|||
- `name-tests-test` - Assert that files in tests/ end in _test.py
|
||||
- `pyflakes` - Run pyflakes on your python files
|
||||
- `requirements-txt-fixer` - Sorts entries in requirements.txt
|
||||
- `double-quote-string-fixer` - This hook replaces double quoted strings with single quoted strings
|
||||
- `trailing-whitespace` - Trims trailing whitespace.
|
||||
|
||||
### As a standalone package
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue