Skip to content

Commit 0861462

Browse files
authored
Merge pull request #225 from dlgallagher/patch-1
Update README.md
2 parents f233e2f + eebb2e6 commit 0861462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ Add this to your `.pre-commit-config.yaml`
5454
with single quoted strings.
5555
- `end-of-file-fixer` - Makes sure files end in a newline and only a newline.
5656
- `fix-encoding-pragma` - Add `# -*- coding: utf-8 -*-` to the top of python files.
57-
- `file-contents-sorter` - Sort the lines in specified files (defaults to alphabetical). You must provide list of target files as input to it. Note that this hook WILL remove blank lines and does NOT respect any comments.
5857
- To remove the coding pragma pass `--remove` (useful in a python3-only codebase)
58+
- `file-contents-sorter` - Sort the lines in specified files (defaults to alphabetical). You must provide list of target files as input to it. Note that this hook WILL remove blank lines and does NOT respect any comments.
5959
- `flake8` - Run flake8 on your python files.
6060
- `forbid-new-submodules` - Prevent addition of new git submodules.
6161
- `name-tests-test` - Assert that files in tests/ end in `_test.py`.

0 commit comments

Comments
 (0)