From af749855f4f5a3c965f06eb74570e12dc7b40241 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 17:22:42 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.5.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.3.0...v4.5.0) - [github.com/PyCQA/autoflake: v1.7.7 → v2.2.1](https://github.com/PyCQA/autoflake/compare/v1.7.7...v2.2.1) - [github.com/asottile/pyupgrade: v3.2.0 → v3.15.0](https://github.com/asottile/pyupgrade/compare/v3.2.0...v3.15.0) - [github.com/PyCQA/isort: 5.10.1 → 5.13.2](https://github.com/PyCQA/isort/compare/5.10.1...5.13.2) - [github.com/psf/black: 22.10.0 → 23.12.1](https://github.com/psf/black/compare/22.10.0...23.12.1) - [github.com/PyCQA/flake8: 5.0.4 → 6.1.0](https://github.com/PyCQA/flake8/compare/5.0.4...6.1.0) - [github.com/pre-commit/mirrors-mypy: v0.982 → v1.8.0](https://github.com/pre-commit/mirrors-mypy/compare/v0.982...v1.8.0) - [github.com/DanielNoord/pydocstringformatter: v0.7.2 → v0.7.3](https://github.com/DanielNoord/pydocstringformatter/compare/v0.7.2...v0.7.3) --- .pre-commit-config.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bf000a5..65734b2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,14 +3,14 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 + rev: v4.5.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer - id: check-yaml - id: check-toml - repo: https://github.com/PyCQA/autoflake - rev: v1.7.7 + rev: v2.2.1 hooks: - id: autoflake exclude: &fixtures tests/functional/ @@ -21,24 +21,24 @@ repos: - --remove-duplicate-keys - --remove-unused-variables - repo: https://github.com/asottile/pyupgrade - rev: v3.2.0 + rev: v3.15.0 hooks: - id: pyupgrade args: [--py37-plus] exclude: *fixtures - repo: https://github.com/PyCQA/isort - rev: 5.10.1 + rev: 5.13.2 hooks: - id: isort exclude: *fixtures - repo: https://github.com/psf/black - rev: 22.10.0 + rev: 23.12.1 hooks: - id: black args: [--quiet] exclude: *fixtures - repo: https://github.com/PyCQA/flake8 - rev: 5.0.4 + rev: 6.1.0 hooks: - id: flake8 additional_dependencies: [flake8-typing-imports==1.10.1] @@ -53,7 +53,7 @@ repos: args: ["--disable=import-error, cyclic-import", "--load-plugins=pylint_pytest_plugin"] exclude: *fixtures - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.982 + rev: v1.8.0 hooks: - id: mypy args: [--config-file=pyproject.toml] @@ -61,7 +61,7 @@ repos: additional_dependencies: [pytest-stub==1.1.0] - repo: https://github.com/DanielNoord/pydocstringformatter - rev: v0.7.2 + rev: v0.7.3 hooks: - id: pydocstringformatter args: ["--linewrap-full-docstring"]