Update pre-commit

This commit is contained in:
Shaun Eccles-Smith 2022-07-02 11:29:16 +10:00
parent f638a22576
commit f3a6a5dbca
1 changed files with 4 additions and 4 deletions

View File

@ -6,14 +6,14 @@ default_language_version:
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
rev: v4.3.0
hooks:
- id: check-yaml
- id: check-ast
- id: trailing-whitespace
- id: check-toml
- repo: https://github.com/PyCQA/isort
rev: 5.10.0
rev: 5.10.1
hooks:
- id: isort
- repo: https://gitlab.com/pycqa/flake8
@ -21,11 +21,11 @@ repos:
hooks:
- id: flake8
- repo: https://github.com/psf/black
rev: 21.10b0 # Replace by any tag/version: https://github.com/psf/black/tags
rev: 22.6.0 # Replace by any tag/version: https://github.com/psf/black/tags
hooks:
- id: black
- repo: https://github.com/asottile/pyupgrade
rev: v2.29.0
rev: v2.34.0
hooks:
- id: pyupgrade
args: [--py38-plus]