diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ea75ff5d..d32fba9e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,12 +6,12 @@ default_language_version: python: python3 repos: - repo: https://github.com/psf/black - rev: 21.12b0 + rev: 24.2.0 hooks: - id: black additional_dependencies: ["click<8.1.0"] - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 + rev: v4.5.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -27,16 +27,16 @@ repos: - id: mixed-line-ending args: ["--fix=lf"] - repo: https://github.com/pycqa/flake8 - rev: 5.0.4 + rev: 7.0.0 hooks: - id: flake8 additional_dependencies: ["flake8-bugbear==21.4.3"] - repo: https://github.com/asottile/pyupgrade - rev: v2.38.4 + rev: v3.15.1 hooks: - id: pyupgrade - repo: https://github.com/PyCQA/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort name: isort except __init__.py