remove unneeded executable bits

This commit is contained in:
Anthony Sottile 2021-10-18 20:00:49 -04:00
parent cb02c5b460
commit 81c6c559e0
2 changed files with 0 additions and 1 deletions

0
pre_commit_hooks/destroyed_symlinks.py Executable file → Normal file
View File

1
pre_commit_hooks/sort_simple_yaml.py Executable file → Normal file
View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
"""Sort a simple YAML file, keeping blocks of comments and definitions
together.