ImperialCollegeLondon / pyrealm

Development of the pyrealm package, providing an integrated toolbox for modelling plant productivity, growth and demography using Python.
https://pyrealm.readthedocs.io/
MIT License
19 stars 8 forks source link

Let flake8 ignore E203 #176

Closed tztsai closed 7 months ago

tztsai commented 7 months ago

Description

There is a conflict between black and flake8 dealing with the space before colons used for slicing. Letting flake8 ignore this will fix it.

codecov-commenter commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (9efb527) 93.83% compared to head (b05955d) 93.83%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #176 +/- ## ======================================== Coverage 93.83% 93.83% ======================================== Files 28 28 Lines 1395 1395 ======================================== Hits 1309 1309 Misses 86 86 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.