diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5cf5615..58649c0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ exclude: 'docs|node_modules|migrations|.git|.tox' repos: - repo: https://github.com/ambv/black - rev: 21.12b0 + rev: 22.3.0 hooks: - id: black language_version: python3.9 @@ -11,7 +11,7 @@ repos: hooks: - id: isort - repo: https://github.com/csachs/pyproject-flake8 - rev: v0.0.1a2.post1 + rev: v0.0.1a3 hooks: - id: pyproject-flake8 additional_dependencies: [