ECMWFCode4Earth / vAirify

code repository for 2024 Code for Earth project #16
MIT License
1 stars 0 forks source link

Ignore linebreak before binary operator #62

Closed lincent closed 1 month ago

lincent commented 1 month ago

Remove warnings for flake8 W503 - "line break before binary operator". This was conflicting with the rules of black which would auto-format to break a line before the binary operator.

image

github-actions[bot] commented 1 month ago

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
361 249 69% 65% 🟢

New Files

No new covered files...

Modified Files

No covered modified files...

updated for commit: 44c6153 by action🐍