diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5bb0111..ea5d2ea 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,22 +4,22 @@ repos: - repo: https://github.com/psf/black - rev: 22.10.0 + rev: 22.12.0 hooks: - id: black - repo: https://github.com/PyCQA/isort - rev: 5.10.1 + rev: v5.11.3 hooks: - id: isort - repo: https://github.com/hakancelikdev/unimport - rev: 0.12.2 + rev: 33ead41ee30f1d323a9c2fcfd0114297efbbc4d5 hooks: - id: unimport - - repo: https://github.com/myint/docformatter - rev: v1.5.0 + - repo: https://github.com/PyCQA/docformatter + rev: v1.5.1 hooks: - id: docformatter args: [--in-place] @@ -39,13 +39,13 @@ repos: args: [--prose-wrap=always, --print-width=88] - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 + rev: v4.4.0 hooks: - id: end-of-file-fixer files: "\\.(py|.txt|.yaml|.json|.in|.md|.toml|.cfg|.html|.yml)$" - repo: https://github.com/asottile/pyupgrade - rev: v3.2.2 + rev: v3.3.1 hooks: - id: pyupgrade args: [--py36-plus]