ergo / pyramid_apispec

Pyramid plugin for openapi spec generation (using ApiSpec)
BSD 3-Clause "New" or "Revised" License
23 stars 10 forks source link

Update pre-commit configuration and hooks #24

Closed smsearcy closed 3 years ago

smsearcy commented 3 years ago

Trying to run pre-commit failed due to older version of the YAML file, so I updated the formatting and updated to current hooks (newer version of isort works better with Black).

Updated pre-commit configuration to work with current version (v2) Updated pre-commit hooks to 4.0.1 Updated Black to 21.8b0 Updated isort to 5.9.3 Use pre-commit instead of Black in tox for consistency

ergo commented 3 years ago

Thank You