From f6f2a0247738e267bb87a0807b3f7e6a9d196f24 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 20 Dec 2021 20:44:16 +0000 Subject: [PATCH] ci: pre-commit auto update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/crate-ci/typos: v1.3.1 → typos-v0.8.2](https://github.com/crate-ci/typos/compare/v1.3.1...typos-v0.8.2) - [github.com/pre-commit/mirrors-mypy: v0.910-1 → v0.920](https://github.com/pre-commit/mirrors-mypy/compare/v0.910-1...v0.920) - [github.com/PyCQA/flake8: 3.9.2 → 4.0.1](https://github.com/PyCQA/flake8/compare/3.9.2...4.0.1) - [github.com/commitizen-tools/commitizen: v2.20.0 → v2.20.3](https://github.com/commitizen-tools/commitizen/compare/v2.20.0...v2.20.3) --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ee80da1..eba0624 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -29,7 +29,7 @@ repos: - id: pyupgrade name: Upgrade Python Syntax - repo: https://github.com/crate-ci/typos - rev: v1.3.1 + rev: typos-v0.8.2 hooks: - id: typos name: Check Typos @@ -45,7 +45,7 @@ repos: - id: isort name: Sort Imports - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.910-1 + rev: v0.920 hooks: - id: mypy name: Type Check @@ -56,7 +56,7 @@ repos: - pytest==6.2.5 - rsserpent==0.1.4 - repo: https://github.com/PyCQA/flake8 - rev: 3.9.2 + rev: 4.0.1 hooks: - id: flake8 name: Lint @@ -74,7 +74,7 @@ repos: - pep8-naming==0.12.1 - tryceratops==1.0.0 - repo: https://github.com/commitizen-tools/commitizen - rev: v2.20.0 + rev: v2.20.3 hooks: - id: commitizen name: Check Commit Message