We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the problem. Formatting code by hand is tedious for developers and adds cost to review cycles.
Describe the solution you'd like gs-quant code should be autoformatted via a tool such as https://github.com/hhatto/autopep8
Describe alternatives you've considered None yet
Are you willing to contribute Yes
The text was updated successfully, but these errors were encountered:
Black can also help.
It's currently used in pandas-datareader
You should have a look at .travis.yml
Sorry, something went wrong.
No branches or pull requests
Describe the problem.
Formatting code by hand is tedious for developers and adds cost to review cycles.
Describe the solution you'd like
gs-quant code should be autoformatted via a tool such as https://github.com/hhatto/autopep8
Describe alternatives you've considered
None yet
Are you willing to contribute
Yes
The text was updated successfully, but these errors were encountered: