Fix problems

This commit is contained in:
2022-12-08 21:55:57 +01:00
parent 1f369aa8d7
commit 3362e03c5f
2 changed files with 11 additions and 13 deletions

View File

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