diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4bed4de..e9daf8e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/psf/black - rev: 19.3b0 + rev: 25.1.0 hooks: - id: black language_version: python3.7 @@ -8,8 +8,8 @@ repos: files: \.pyi?$ types: [] - - repo: https://gitlab.com/pycqa/flake8 - rev: 3.7.8 + - repo: https://github.com/PyCQA/flake8 + rev: 7.3.0 hooks: - id: flake8 language_version: python3.7 @@ -23,15 +23,15 @@ repos: - flake8-todo - flake8-builtins - - repo: https://github.com/pre-commit/mirrors-isort - rev: v4.3.21 + - repo: https://github.com/PyCQA/isort + rev: 6.0.1 hooks: - id: isort additional_dependencies: [toml] language_version: python3.7 - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v2.3.0 + rev: v5.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer