diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a61db28..c300b99 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ repos: hooks: - id: black - repo: https://github.com/PyCQA/pylint - rev: v2.15.8 + rev: v2.15.9 hooks: - id: pylint language: system @@ -19,11 +19,11 @@ repos: hooks: - id: mypy - repo: https://github.com/PyCQA/isort - rev: 5.10.1 + rev: v5.11.3 hooks: - id: isort - repo: https://github.com/PyCQA/docformatter - rev: v1.5.0 + rev: v1.5.1 hooks: - id: docformatter additional_dependencies: [tomli] @@ -33,6 +33,6 @@ repos: - id: pyupgrade args: [--py38-plus] - repo: https://github.com/pre-commit/mirrors-prettier - rev: v2.7.1 + rev: v3.0.0-alpha.4 hooks: - id: prettier