1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-24 09:18:08 +00:00

Remove pyup and pep8 script.

This commit is contained in:
grossmj 2020-06-26 19:20:40 +09:30
parent 7924963276
commit d0487b92c5
3 changed files with 1 additions and 22 deletions

View File

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

View File

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

View File

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