From 3284a1aa574081afb7a5a523a4e147c34e597e08 Mon Sep 17 00:00:00 2001 From: Simon Boudrias Date: Tue, 1 Dec 2015 15:42:07 -0800 Subject: [PATCH] Fix code syntax in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9229f8f..3de442f 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Add this to your `.pre-commit-config.yaml` - `double-quote-string-fixer` - This hook replaces double quoted strings with single quoted strings. - `end-of-file-fixer` - Makes sure files end in a newline and only a newline. -- `fix-encoding-pragma` - Add # -*- coding: utf-8 -*- to the top of python files +- `fix-encoding-pragma` - Add `# -*- coding: utf-8 -*-` to the top of python files - `flake8` - Run flake8 on your python files. - `name-tests-test` - Assert that files in tests/ end in `_test.py`. - Use `args: ['--django']` to match `test*.py` instead.