You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,8 +54,8 @@ Add this to your `.pre-commit-config.yaml`
54
54
with single quoted strings.
55
55
-`end-of-file-fixer` - Makes sure files end in a newline and only a newline.
56
56
-`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.
58
57
- 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.
59
59
-`flake8` - Run flake8 on your python files.
60
60
-`forbid-new-submodules` - Prevent addition of new git submodules.
61
61
-`name-tests-test` - Assert that files in tests/ end in `_test.py`.
0 commit comments