[IMP] .pre-commit-config.yaml: update flake8 repo and black rev

This commit is contained in:
JordiMForgeFlow
2023-07-06 16:33:29 +02:00
parent 61e7a91bff
commit ddd0ff6f37

View File

@@ -15,7 +15,7 @@ default_language_version:
node: "14.13.0" node: "14.13.0"
repos: repos:
- repo: https://github.com/psf/black - repo: https://github.com/psf/black
rev: 19.10b0 rev: 22.8.0
hooks: hooks:
- id: black - id: black
- repo: https://github.com/prettier/pre-commit - repo: https://github.com/prettier/pre-commit
@@ -63,8 +63,8 @@ repos:
- id: check-xml - id: check-xml
- id: mixed-line-ending - id: mixed-line-ending
args: ["--fix=lf"] args: ["--fix=lf"]
- repo: https://gitlab.com/pycqa/flake8 - repo: https://github.com/PyCQA/flake8
rev: 3.7.9 rev: 3.9.2
hooks: hooks:
- id: flake8 - id: flake8
name: flake8 except __init__.py name: flake8 except __init__.py