diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5da5536..943887a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,15 +1,15 @@ repos: - - 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/python/black - rev: 21.11b1 + - repo: https://github.com/psf/black + rev: 22.8.0 hooks: - id: black - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.0.1 + rev: v4.3.0 hooks: - id: check-added-large-files - id: check-case-conflict @@ -27,8 +27,8 @@ repos: - id: fix-encoding-pragma args: ["--remove"] - id: requirements-txt-fixer - - 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/pycqa/pydocstyle