RIOT-OS / Release-Specs

Specification for RIOT releases and corresponding test configurations
4 stars 21 forks source link

treewide: use f-string where possible #234

Closed fjmolinas closed 3 years ago

fjmolinas commented 3 years ago

This used https://github.com/ikamensh/flynt to convert possible cases to f-strings. No manual replacement was performed.

miri64 commented 3 years ago

I started https://github.com/RIOT-OS/RIOT/actions/runs/1278844332 to check if everything is still in order.

miri64 commented 3 years ago

Appearently flynt did not catch everything...

fjmolinas commented 3 years ago

Appearently flynt did not catch everything...

The latest two commits address the none automatic ones separetly.

fjmolinas commented 3 years ago

@miri64 removed the commits about line length.

miri64 commented 3 years ago

Please squash. In the meantime, I started another round of release tests, this time only with the tasks that changed since the last run.

fjmolinas commented 3 years ago

Thanks!