| .. |
|
__init__.py
|
Initial commit.
|
2014-03-13 08:41:35 -07:00 |
|
autopep8_wrapper.py
|
Add pyupgrade
|
2017-03-12 18:01:29 -07:00 |
|
check_added_large_files.py
|
Use new git lfs (broken due to lfs returning non-lfs files)
|
2017-07-26 02:59:08 -07:00 |
|
check_ast.py
|
Use asottile/add-trailing-comma
|
2017-07-12 18:58:30 -07:00 |
|
check_builtin_literals.py
|
check-builtin-literals: Ignore function attribute calls
|
2017-11-30 18:33:36 +00:00 |
|
check_byte_order_marker.py
|
Add pyupgrade
|
2017-03-12 18:01:29 -07:00 |
|
check_case_conflict.py
|
Use asottile/add-trailing-comma
|
2017-07-12 18:58:30 -07:00 |
|
check_docstring_first.py
|
Use asottile/add-trailing-comma
|
2017-07-12 18:58:30 -07:00 |
|
check_executables_have_shebangs.py
|
Add a checker for executables without shebangs
|
2017-07-02 21:14:25 -07:00 |
|
check_json.py
|
Attempt to fix the json hook under test
|
2017-03-20 11:25:45 -07:00 |
|
check_merge_conflict.py
|
Use asottile/add-trailing-comma
|
2017-07-12 18:58:30 -07:00 |
|
check_symlinks.py
|
Add pyupgrade
|
2017-03-12 18:01:29 -07:00 |
|
check_vcs_permalinks.py
|
Add a flush
|
2017-10-18 14:46:38 -07:00 |
|
check_xml.py
|
Add pyupgrade
|
2017-03-12 18:01:29 -07:00 |
|
check_yaml.py
|
Add an --unsafe option to check-yaml
|
2018-03-19 09:28:18 -07:00 |
|
debug_statement_hook.py
|
debug statements hook works for non-utf8 files
|
2017-08-14 20:20:32 -07:00 |
|
detect_aws_credentials.py
|
Adding a check to make sure either spaces or null values are not mistakenly added into the key variable
|
2018-01-26 00:28:39 -08:00 |
|
detect_private_key.py
|
Update detect_private_key.py
|
2018-01-13 17:16:50 -08:00 |
|
end_of_file_fixer.py
|
Add pyupgrade
|
2017-03-12 18:01:29 -07:00 |
|
file_contents_sorter.py
|
file-contents-sorter should add newline at end of files missing newlines
|
2017-06-26 08:10:32 -07:00 |
|
fix_encoding_pragma.py
|
Add a new hook to forbid new submodules
|
2016-11-30 09:56:42 -08:00 |
|
forbid_new_submodules.py
|
Add forbid-new-submodules to hooks.yaml
|
2016-11-30 10:25:51 -08:00 |
|
mixed_line_ending.py
|
Fix mixed-line-endings --fix=... when whole file is a different ending
|
2017-09-27 07:47:24 -07:00 |
|
no_commit_to_branch.py
|
Fix no-commit-to-branch when not on a branch
|
2018-02-19 12:56:14 -08:00 |
|
pretty_format_json.py
|
Fix pretty_format_json to use int indent
|
2017-12-10 22:33:33 +00:00 |
|
requirements_txt_fixer.py
|
Ensure not to alter list in 'for' loop
|
2018-03-26 00:17:13 +02:00 |
|
sort_simple_yaml.py
|
Add sort-simple-yaml hook (originally private hook from yelp_pre_commit_hooks)
|
2017-06-23 16:26:00 -07:00 |
|
string_fixer.py
|
Add pyupgrade
|
2017-03-12 18:01:29 -07:00 |
|
tests_should_end_in_test.py
|
Use asottile/add-trailing-comma
|
2017-07-12 18:58:30 -07:00 |
|
trailing_whitespace_fixer.py
|
Don't add end-of-file newline while trimming whitespace
|
2018-02-28 08:43:07 -08:00 |
|
util.py
|
Teach check-large-files-added about git-lfs. Reslves #82.
|
2015-12-28 05:38:06 -08:00 |