From 0a50fcd3f8f2b9f21b087a008e0f93e35620a0f7 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 14 Nov 2022 20:10:47 +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.0.1 → v4.3.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.0.1...v4.3.0) - [github.com/psf/black: 21.10b0 → 22.10.0](https://github.com/psf/black/compare/21.10b0...22.10.0) - [github.com/PyCQA/flake8: 4.0.1 → 5.0.4](https://github.com/PyCQA/flake8/compare/4.0.1...5.0.4) - [github.com/pre-commit/mirrors-prettier: v2.4.1 → v3.0.0-alpha.4](https://github.com/pre-commit/mirrors-prettier/compare/v2.4.1...v3.0.0-alpha.4) - [github.com/Lucas-C/pre-commit-hooks: v1.1.10 → v1.3.1](https://github.com/Lucas-C/pre-commit-hooks/compare/v1.1.10...v1.3.1) --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1fdd281..ec52a97 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,13 +1,13 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.0.1 + rev: v4.3.0 hooks: - id: check-yaml - id: end-of-file-fixer - id: trailing-whitespace exclude: grammar.patch - repo: https://github.com/psf/black - rev: 21.10b0 # Replace by any tag/version: https://github.com/psf/black/tags + rev: 22.10.0 # Replace by any tag/version: https://github.com/psf/black/tags hooks: - id: black args: # arguments to configure black @@ -16,16 +16,16 @@ repos: exclude: src/parser/generated_parser.py # flake8 - repo: https://github.com/PyCQA/flake8 - rev: 4.0.1 + rev: 5.0.4 hooks: - id: flake8 - repo: https://github.com/pre-commit/mirrors-prettier - rev: v2.4.1 # Use the sha or tag you want to point at + rev: v3.0.0-alpha.4 # Use the sha or tag you want to point at hooks: - id: prettier - repo: https://github.com/Lucas-C/pre-commit-hooks - rev: v1.1.10 + rev: v1.3.1 hooks: - id: insert-license files: "^(src|scripts)/.*ts$"