diff --git a/bin/autolinter b/bin/autolinter deleted file mode 100755 index 8c39928..0000000 --- a/bin/autolinter +++ /dev/null @@ -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/ diff --git a/bin/convert_documentation b/bin/convert_documentation deleted file mode 100755 index b55d5da..0000000 --- a/bin/convert_documentation +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash - -pandoc README.md --from markdown --to rst -s -o README.rst