mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-05 03:26:53 +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
|
|
@ -15,7 +15,7 @@ TESTS = (
|
|||
('', 0, ''),
|
||||
# Acceptable
|
||||
('"foo"', 0, ''),
|
||||
# Docstrin after code
|
||||
# Docstring after code
|
||||
(
|
||||
'from __future__ import unicode_literals\n'
|
||||
'"foo"\n',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue