Skip to content

Commit eebb2e6

Browse files
authored
Update README.md
Fix error in README.md
1 parent f233e2f commit eebb2e6

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)