fix(deps): bump pre-commit hooks

Bump hooks with "pre-commit autoupdate".

There is an issue with the latest poetry version and the "isort" hook module
https://github.com/PyCQA/isort/issues/2077

Signed-off-by: moson-mo <mo-son@mailbox.org>
This commit is contained in:
moson-mo 2023-02-06 09:12:00 +01:00
parent 8b25d11a3a
commit 2373bdf400
No known key found for this signature in database
GPG key ID: 4A4760AB4EE15296

View file

@ -1,6 +1,6 @@
repos: repos:
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0 rev: v4.4.0
hooks: hooks:
- id: check-added-large-files - id: check-added-large-files
- id: check-case-conflict - id: check-case-conflict
@ -12,7 +12,7 @@ repos:
- id: debug-statements - id: debug-statements
- repo: https://github.com/myint/autoflake - repo: https://github.com/myint/autoflake
rev: v1.7.7 rev: v2.0.1
hooks: hooks:
- id: autoflake - id: autoflake
args: args:
@ -21,16 +21,16 @@ repos:
- --ignore-init-module-imports - --ignore-init-module-imports
- repo: https://github.com/pycqa/isort - repo: https://github.com/pycqa/isort
rev: 5.10.1 rev: 5.12.0
hooks: hooks:
- id: isort - id: isort
- repo: https://github.com/psf/black - repo: https://github.com/psf/black
rev: 22.10.0 rev: 23.1.0
hooks: hooks:
- id: black - id: black
- repo: https://github.com/PyCQA/flake8 - repo: https://github.com/PyCQA/flake8
rev: 5.0.4 rev: 6.0.0
hooks: hooks:
- id: flake8 - id: flake8