Yelp / detect-secrets-server

Apache License 2.0
108 stars 34 forks source link

Fix py35 testing and bump dev requirements #63

Closed OiCMudkips closed 4 years ago

OiCMudkips commented 4 years ago

The only thing breaking py35 testing is pre-commit, so let's just not run pre-commit for py35. Since internally, we use a version of pypy that emulates py35, let's also skip pre-commit for pypy3.

With this, I was able to bump our dev requirements a bit further.