ajouter le hook double-quote-string-fixer (#79788) #2

Merged
vdeniaud merged 2 commits from wip/79788-single-quotes into main 2023-08-16 11:57:37 +02:00
2 changed files with 6 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# trivial: apply black
917a485d7b777b96ef8bd2d9aea2e55ea9b0fc92
# misc: apply double-quote-string-fixer (#79788)
61cc7d39fa0c9e869d75462128ca80edf1c64595

View File

@ -1,6 +1,10 @@
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks:
- id: double-quote-string-fixer
- repo: https://github.com/asottile/pyupgrade
rev: v3.1.0
hooks: