mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-07-11 08:42:32 +03:00
Delete bin directory
This commit is contained in:
parent
e7f7d8da07
commit
de5542a32c
|
@ -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/
|
|
|
@ -1,3 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
pandoc README.md --from markdown --to rst -s -o README.rst
|
|
Loading…
Reference in New Issue
Block a user