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
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