mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-11 04:07:16 +03:00
6 lines
182 B
Bash
Executable File
6 lines
182 B
Bash
Executable File
#!/bin/bash
|
|
|
|
autoflake ./ -r --remove-unused-variables --remove-all-unused-imports --in-place
|
|
autopep8 ./ -r --in-place --experimental --aggressive --max-line-length 120
|
|
isort -rc .
|