csiro-coasts / emsarray

xarray extension that supports EMS model formats
BSD 3-Clause "New" or "Revised" License
13 stars 2 forks source link

Enable all flake8 errors and warnings by default #75

Closed mx-moth closed 1 year ago

mx-moth commented 1 year ago

I noticed this because of some bad styles that were not being picked up. Some digging showed that some checks were disabled by default because they are not strictly mentioned in PEP8. I enabled all the checks by default, we can choose to disable specific ones if required in the future.