Delete bin directory

This commit is contained in:
removedporn 2021-08-03 18:19:16 +08:00 committed by GitHub
parent e7f7d8da07
commit de5542a32c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 10 deletions

View File

@ -1,7 +0,0 @@
#!/bin/bash
# Install the required scripts with
# pip install autoflake autopep8 isort
autoflake ./examples/ ./graphene_django/ -r --remove-unused-variables --remove-all-unused-imports --in-place
autopep8 ./examples/ ./graphene_django/ -r --in-place --experimental --aggressive --max-line-length 120
isort -rc ./examples/ ./graphene_django/

View File

@ -1,3 +0,0 @@
#!/bin/bash
pandoc README.md --from markdown --to rst -s -o README.rst