the-virtual-brain / tvb-gdist

Geodesic Library (adaptation by TVB Team)
Other
48 stars 30 forks source link

TVB-2719 lint: Use same convention everywhere #63

Closed ayan-b closed 4 years ago

ayan-b commented 4 years ago

Closes https://github.com/the-virtual-brain/tvb-gdist/issues/60

ayan-b commented 4 years ago

I used black to format the code.

codecov[bot] commented 4 years ago

Codecov Report

Merging #63 into trunk will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##             trunk       #63   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines           72        72           
=========================================
  Hits            72        72           
Impacted Files Coverage Δ
gdist.pyx 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update da6c8f5...0f400ad. Read the comment docs.

ayan-b commented 4 years ago

Modified flake8 configuration to enable linting for cython files.