diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 430f024..201a1ce 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,17 +4,17 @@ repos: hooks: - id: check-merge-conflict - id: debug-statements - - repo: https://github.com/timothycrosley/isort + - repo: https://github.com/PyCQA/isort rev: "5.10.1" hooks: - id: isort additional_dependencies: [toml] - repo: https://github.com/psf/black - rev: "22.3.0" + rev: "22.10.0" hooks: - id: black - - repo: https://gitlab.com/pycqa/flake8 - rev: 3.9.2 + - repo: https://github.com/PyCQA/flake8 + rev: 5.0.4 hooks: - id: flake8 # - repo: https://github.com/pre-commit/mirrors-mypy