From c25cf35b3947038a60e400cc5f480a60ea132732 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 23:37:05 +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.4.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.3.0...v4.4.0) - [github.com/igorshubovych/markdownlint-cli: v0.32.2 → v0.34.0](https://github.com/igorshubovych/markdownlint-cli/compare/v0.32.2...v0.34.0) - [github.com/adrienverge/yamllint: v1.28.0 → v1.32.0](https://github.com/adrienverge/yamllint/compare/v1.28.0...v1.32.0) - [github.com/python-jsonschema/check-jsonschema: 0.19.2 → 0.23.1](https://github.com/python-jsonschema/check-jsonschema/compare/0.19.2...0.23.1) - [github.com/asottile/pyupgrade: v3.2.2 → v3.4.0](https://github.com/asottile/pyupgrade/compare/v3.2.2...v3.4.0) - [github.com/psf/black: 22.10.0 → 23.3.0](https://github.com/psf/black/compare/22.10.0...23.3.0) - [github.com/asottile/blacken-docs: v1.12.1 → 1.13.0](https://github.com/asottile/blacken-docs/compare/v1.12.1...1.13.0) - [github.com/PyCQA/isort: 5.10.1 → 5.12.0](https://github.com/PyCQA/isort/compare/5.10.1...5.12.0) - [github.com/PyCQA/flake8: 5.0.4 → 6.0.0](https://github.com/PyCQA/flake8/compare/5.0.4...6.0.0) - [github.com/pre-commit/pygrep-hooks: v1.9.0 → v1.10.0](https://github.com/pre-commit/pygrep-hooks/compare/v1.9.0...v1.10.0) --- .pre-commit-config.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5ce0c12d..1c208ed6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ repos: pass_filenames: false - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 + rev: v4.4.0 hooks: - id: trailing-whitespace args: [--markdown-linebreak-ext=md] @@ -26,18 +26,18 @@ repos: args: [--pytest-test-first] - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.32.2 + rev: v0.34.0 hooks: - id: markdownlint args: [--disable, MD013] - repo: https://github.com/adrienverge/yamllint - rev: v1.28.0 + rev: v1.32.0 hooks: - id: yamllint - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.19.2 + rev: 0.23.1 hooks: - id: check-jsonschema name: Validate color map json files with json schema @@ -46,18 +46,18 @@ repos: args: ["--schemafile", "style/colors/themes/validate.json"] - repo: https://github.com/asottile/pyupgrade - rev: v3.2.2 + rev: v3.4.0 hooks: - id: pyupgrade args: [--py37-plus] - repo: https://github.com/psf/black - rev: 22.10.0 + rev: 23.3.0 hooks: - id: black - repo: https://github.com/asottile/blacken-docs - rev: v1.12.1 + rev: 1.13.0 hooks: - id: blacken-docs additional_dependencies: [black] @@ -68,12 +68,12 @@ repos: - id: absolufy-imports - repo: https://github.com/PyCQA/isort - rev: 5.10.1 + rev: 5.12.0 hooks: - id: isort - repo: https://github.com/PyCQA/flake8 - rev: 5.0.4 + rev: 6.0.0 hooks: - id: flake8 additional_dependencies: &flake8_dependencies @@ -97,7 +97,7 @@ repos: additional_dependencies: *flake8_dependencies - repo: https://github.com/pre-commit/pygrep-hooks - rev: v1.9.0 + rev: v1.10.0 hooks: - id: rst-backticks - id: rst-directive-colons