pre-commit update version

This commit is contained in:
bobokun 2022-11-01 11:39:18 -04:00
parent b944008487
commit 555ab91f18
No known key found for this signature in database
GPG key ID: B73932169607D927

View file

@ -21,7 +21,7 @@ repos:
hooks:
- id: autopep8
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.21.0 # or higher tag
rev: v1.28.0 # or higher tag
hooks:
- id: yamllint
args: [--format, parsable, --strict]
@ -47,7 +47,7 @@ repos:
language_version: python3
args: [--line-length, '130']
- repo: https://gitlab.com/pycqa/flake8
rev: 5.0.4
rev: 3.9.2
hooks:
- id: flake8
args: [--config=.flake8]