diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c34d68d..2e42267 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/asottile/pyupgrade - rev: v3.3.1 + rev: v3.6.0 hooks: - id: pyupgrade args: ["--py310-plus"] @@ -26,7 +26,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/pre-commit/pygrep-hooks - rev: v1.9.0 + rev: v1.10.0 hooks: - id: python-check-blanket-noqa - id: python-check-blanket-type-ignore @@ -37,57 +37,57 @@ repos: - id: text-unicode-replacement-char - repo: https://github.com/psf/black - rev: 22.12.0 + rev: 23.3.0 hooks: - id: black - repo: https://github.com/PyCQA/isort - rev: 5.11.1 + rev: 5.12.0 hooks: - id: isort - repo: https://github.com/PyCQA/pydocstyle - rev: 6.1.1 + rev: 6.3.0 hooks: - id: pydocstyle additional_dependencies: ["toml"] - repo: https://github.com/PyCQA/autoflake - rev: v2.0.0 + rev: v2.1.1 hooks: - id: autoflake args: ["-i", "--remove-all-unused-imports", "--remove-unused-variables"] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.991 + rev: v1.3.0 hooks: - id: mypy args: ["--ignore-missing-imports", "--show-error-codes"] - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.0.0-alpha.4 + rev: v3.0.0-alpha.9-for-vscode hooks: - id: prettier args: ["--prose-wrap=always"] - repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks - rev: v2.5.0 + rev: v2.9.0 hooks: - id: pretty-format-toml args: ["--autofix"] - repo: https://github.com/Lucas-C/pre-commit-hooks - rev: v1.3.1 + rev: v1.5.1 hooks: - id: remove-tabs - repo: https://github.com/sirosen/texthooks - rev: 0.4.0 + rev: 0.5.0 hooks: - id: fix-smartquotes - id: fix-spaces - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.19.2 + rev: 0.23.1 hooks: - id: check-github-workflows