diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c300b99..58d71b1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,11 +4,11 @@ ci: repos: - repo: https://github.com/psf/black - rev: 22.12.0 + rev: 23.1.0 hooks: - id: black - repo: https://github.com/PyCQA/pylint - rev: v2.15.9 + rev: v2.16.1 hooks: - id: pylint language: system @@ -19,11 +19,11 @@ repos: hooks: - id: mypy - repo: https://github.com/PyCQA/isort - rev: v5.11.3 + rev: 5.12.0 hooks: - id: isort - repo: https://github.com/PyCQA/docformatter - rev: v1.5.1 + rev: v1.6.0.rc1 hooks: - id: docformatter additional_dependencies: [tomli]