We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
We utilize two steps control to check code style of all files that differ from dev branch in every pull request to dev branch:
dev
Install dependencies for black framework.
black
[Optional] Check black code style using the following command:
black --line-length=120 --check .
This command will list files to be reformatted.
black --line-length=120 .
After that one should add and commit all the reformatted files.
flake8
./bin/run_codestyle.sh
This command will list errors and corresponding files.