spencerahill / aospy

Python package for automated analysis and management of gridded climate data
Apache License 2.0
83 stars 12 forks source link

Adding .stickler.yml configuration file #257

Closed stickler-ci closed 6 years ago

stickler-ci commented 6 years ago

As requested, I've generated an initial configuration file for Stickler CI. After merging this pull request, I will start reviewing pull requests in this repository. See the documentation for information on how to customize this configuration file.

spencerahill commented 6 years ago

Seems like all the cool kids (namely xarray, c.f. https://github.com/pydata/xarray/pull/1913) are doing this these days.

One thing to note: I am disabling the auto-fixing capability, c.f. https://github.com/pydata/xarray/pull/1936#issuecomment-368286655

I'm going to merge this offline and let's see how we feel about it. We can get rid of it if we don't like. But having a bot deal with the PEP8 stuff is generally considered good practice, so let's try to get used to it if we can.

spencerkclark commented 6 years ago

In following the Xarray repo I don't find it too obtrusive, so I think this is a good idea 👍