Update pre-commit

This commit is contained in:
2022-12-21 17:09:20 +01:00
parent 072a07192d
commit dddf3b49be

View File

@@ -2,16 +2,16 @@ exclude: 'docs|node_modules|migrations|.git|.tox'
repos: repos:
- repo: https://github.com/ambv/black - repo: https://github.com/ambv/black
rev: 22.3.0 rev: 22.12.0
hooks: hooks:
- id: black - id: black
language_version: python3.11 language_version: python3.11
- repo: https://github.com/pycqa/isort - repo: https://github.com/pycqa/isort
rev: 5.10.1 rev: v5.11.3
hooks: hooks:
- id: isort - id: isort
- repo: https://github.com/csachs/pyproject-flake8 - repo: https://github.com/csachs/pyproject-flake8
rev: v6.0.0 rev: v6.0.0.post1
hooks: hooks:
- id: pyproject-flake8 - id: pyproject-flake8
additional_dependencies: [ additional_dependencies: [