Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Specify language_version in .pre-commit-hooks.yaml
Since b78c938, the project no longer supports Python 2. pre-commit will use the system Python by default. On some systems, this could be Python 2. To avoid Python 2 usage, specify pre-commit always uses Python 3. Without this configuration, some projects have been forced to manually override this option. pre-commit docs: https://pre-commit.com/#overriding-language-version
- Loading branch information