From c4f834d92106b4b6418566074ca1c26919cf4099 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 14 Mar 2022 20:57:52 +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/Lucas-C/pre-commit-hooks: v1.1.10 → v1.1.13](https://github.com/Lucas-C/pre-commit-hooks/compare/v1.1.10...v1.1.13) - [github.com/thlorenz/doctoc.git: v2.0.1 → v2.1.0](https://github.com/thlorenz/doctoc.git/compare/v2.0.1...v2.1.0) - [github.com/psf/black: 21.9b0 → 22.1.0](https://github.com/psf/black/compare/21.9b0...22.1.0) - [github.com/asottile/blacken-docs: v1.11.0 → v1.12.1](https://github.com/asottile/blacken-docs/compare/v1.11.0...v1.12.1) - [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.1.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.0.1...v4.1.0) - [github.com/asottile/pyupgrade: v2.29.0 → v2.31.1](https://github.com/asottile/pyupgrade/compare/v2.29.0...v2.31.1) - https://github.com/timothycrosley/isort → https://github.com/PyCQA/isort - [github.com/PyCQA/isort: 5.9.3 → 5.10.1](https://github.com/PyCQA/isort/compare/5.9.3...5.10.1) - [github.com/asottile/yesqa: v1.2.3 → v1.3.0](https://github.com/asottile/yesqa/compare/v1.2.3...v1.3.0) - [github.com/ikamensh/flynt: 0.69 → 0.76](https://github.com/ikamensh/flynt/compare/0.69...0.76) --- .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 73f6243e58561..5d451432cbb8b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,7 +26,7 @@ repos: - id: identity - id: check-hooks-apply - repo: https://github.com/Lucas-C/pre-commit-hooks - rev: v1.1.10 + rev: v1.1.13 hooks: - id: forbid-tabs exclude: ^docs/Makefile$|^clients/gen/go.sh|\.gitmodules$|^airflow/_vendor/ @@ -143,7 +143,7 @@ repos: files: \.mermaid$ exclude: ^airflow/_vendor/ - repo: https://github.com/thlorenz/doctoc.git - rev: v2.0.1 + rev: v2.1.0 hooks: - id: doctoc name: Add TOC for md files @@ -154,19 +154,19 @@ repos: - "--maxlevel" - "2" - repo: https://github.com/psf/black - rev: 21.9b0 + rev: 22.1.0 hooks: - id: black args: [--config=./pyproject.toml] exclude: ^airflow/_vendor/ - repo: https://github.com/asottile/blacken-docs - rev: v1.11.0 + rev: v1.12.1 hooks: - id: blacken-docs alias: black additional_dependencies: [black==21.9b0] - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.0.1 + rev: v4.1.0 hooks: - id: check-merge-conflict - id: debug-statements @@ -196,7 +196,7 @@ repos: files: ^chart/values\.schema\.json$|^chart/values_schema\.schema\.json$ pass_filenames: true - repo: https://github.com/asottile/pyupgrade - rev: v2.29.0 + rev: v2.31.1 hooks: - id: pyupgrade args: ["--py36-plus"] @@ -216,8 +216,8 @@ repos: entry: yamllint -c yamllint-config.yml --strict types: [yaml] exclude: ^.*init_git_sync\.template\.yaml$|^.*airflow\.template\.yaml$|^chart/(?:templates|files)/.*\.yaml$|openapi/.*\.yaml|pre-commit-config|^airflow/_vendor/ - - repo: https://github.com/timothycrosley/isort - rev: 5.9.3 + - repo: https://github.com/PyCQA/isort + rev: 5.10.1 hooks: - id: isort name: Run isort to sort imports in Python files @@ -244,7 +244,7 @@ repos: ^airflow/_vendor/ additional_dependencies: ['toml'] - repo: https://github.com/asottile/yesqa - rev: v1.2.3 + rev: v1.3.0 hooks: - id: yesqa exclude: | @@ -252,7 +252,7 @@ repos: ^airflow/_vendor/ additional_dependencies: ['flake8>=4.0.1'] - repo: https://github.com/ikamensh/flynt - rev: '0.69' + rev: '0.76' hooks: - id: flynt exclude: |