diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9691668b..6976850d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.4.0 + rev: v4.5.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -8,41 +8,41 @@ repos: - id: check-added-large-files - repo: https://github.com/psf/black - rev: 21.5b2 + rev: 23.12.1 hooks: - id: black language_version: python3.8 - - repo: https://github.com/prettier/prettier - rev: 2.3.0 + - repo: https://github.com/pre-commit/mirrors-prettier + rev: v4.0.0-alpha.8 hooks: - id: prettier exclude: '^docs/' - repo: https://github.com/pycqa/flake8 - rev: 3.9.2 + rev: 7.0.0 hooks: - id: flake8 - repo: https://github.com/pre-commit/mirrors-eslint - rev: v7.27.0 + rev: v9.0.0-alpha.1 hooks: - id: eslint additional_dependencies: ['eslint@7.27.0'] - repo: https://github.com/PyCQA/bandit - rev: 1.7.0 + rev: 1.7.6 hooks: - id: bandit - repo: https://github.com/PyCQA/isort - rev: 5.8.0 + rev: 5.13.2 hooks: - id: isort name: isort (python) - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.812 + rev: v1.8.0 hooks: - id: mypy additional_dependencies: ['types-requests', 'types-setuptools']