Remove pyup and pep8 script.

pull/1793/head
grossmj 4 years ago
parent 7924963276
commit d0487b92c5

@ -1,2 +0,0 @@
branch:
2.2

@ -1,19 +0,0 @@
#!/bin/bash
echo '
_______ ________ _______ ______
| \ | \| \ / \
| $$$$$$$\| $$$$$$$$| $$$$$$$\| $$$$$$\
| $$__/ $$| $$__ | $$__/ $$| $$__/ $$
| $$ $$| $$ \ | $$ $$ >$$ $$
| $$$$$$$ | $$$$$ | $$$$$$$ | $$$$$$
| $$ | $$_____ | $$ | $$__/ $$
| $$ | $$ \| $$ \$$ $$
\$$ \$$$$$$$$ \$$ \$$$$$$
'
find . -name '*.py' -exec autopep8 --in-place -v --aggressive --aggressive \{\} \;
echo "It's all clean now!"

@ -1,4 +1,4 @@
-rrequirements.txt
pywin32>=223 # pyup: ignore
pywin32>=223
wmi==1.5.1

Loading…
Cancel
Save