GenericMappingTools / pygmt

A Python interface for the Generic Mapping Tools.
https://www.pygmt.org
BSD 3-Clause "New" or "Revised" License
763 stars 219 forks source link

Enable ruff's flake8-commas (COM) and refurb (FURB) rules #3531

Closed seisman closed 1 month ago

seisman commented 1 month ago

Description of proposed changes

Enable ruff's flake8-commas (COM) and refurb (FURB) rules but disable COM812.

Address https://github.com/GenericMappingTools/pygmt/issues/2741.