This commit is contained in:
Eugene Morozov
2022-08-29 17:31:41 +00:00
parent 1f7f58b359
commit d9bf4df6a4
3 changed files with 67 additions and 68 deletions

View File

@@ -4,7 +4,7 @@ fail_fast: true
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
rev: v4.3.0
hooks:
- id: trailing-whitespace
- id: check-ast
@@ -13,7 +13,7 @@ repos:
- id: check-toml
- repo: https://github.com/psf/black
rev: 21.12b0
rev: 22.6.0
hooks:
- id: black
@@ -28,12 +28,12 @@ repos:
- id: dodgy
- repo: https://gitlab.com/pycqa/flake8
rev: 4.0.1
rev: 3.9.2
hooks:
- id: flake8
- repo: https://github.com/asottile/pyupgrade
rev: v2.31.0
rev: v2.37.3
hooks:
- id: pyupgrade
args: [--py310-plus]