dcmoura / spyql

Query data on the command line with SQL-like SELECTs powered by Python expressions
https://spyql.readthedocs.io
MIT License
918 stars 25 forks source link

Coding style #31

Closed dcmoura closed 3 years ago

dcmoura commented 3 years ago

Followed black, which is very straightforward with very limited options. Default line length of 88 chars was adopted together with --experimental-string-processing for breaking long strings.

When pushing code to this repo, developers should either:

In the future:

Closes #30.