diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 24c5579..2f4f5ce 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - - repo: git://github.com/pre-commit/pre-commit-hooks - rev: v3.4.0 + - repo: https://github.com/pre-commit/pre-commit-hooks + rev: v4.3.0 hooks: - id: trailing-whitespace - id: check-added-large-files @@ -13,8 +13,8 @@ repos: - id: end-of-file-fixer - id: mixed-line-ending args: ['--fix=no'] - - repo: https://gitlab.com/pycqa/flake8 - rev: '3.8.4' + - repo: https://github.com/PyCQA/flake8 + rev: '5.0.4' hooks: - id: flake8 additional_dependencies: @@ -26,6 +26,6 @@ repos: - pep8-naming - repo: https://github.com/psf/black - rev: 20.8b1 + rev: 22.6.0 hooks: - id: black