From f1a5062d9afa9b4f970674eecaf6559100ad5861 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 23:29:30 +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/andreoliwa/nitpick: v0.28.0 → v0.31.0](https://github.com/andreoliwa/nitpick/compare/v0.28.0...v0.31.0) - [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.1 → v2.31.1](https://github.com/asottile/pyupgrade/compare/v2.29.1...v2.31.1) - [github.com/crate-ci/typos: v1.3.1 → v1.5.0](https://github.com/crate-ci/typos/compare/v1.3.1...v1.5.0) - [github.com/psf/black: 21.12b0 → 22.1.0](https://github.com/psf/black/compare/21.12b0...22.1.0) - [github.com/pre-commit/mirrors-mypy: v0.910-1 → v0.940](https://github.com/pre-commit/mirrors-mypy/compare/v0.910-1...v0.940) - [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.21.2](https://github.com/commitizen-tools/commitizen/compare/v2.20.0...v2.21.2) --- .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 ee80da1..6a16294 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,14 +5,14 @@ default_stages: [commit] fail_fast: true repos: - repo: https://github.com/andreoliwa/nitpick - rev: v0.28.0 + rev: v0.31.0 hooks: - id: nitpick-check name: Nitpick Check always_run: true pass_filenames: false - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.0.1 + rev: v4.1.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace @@ -24,18 +24,18 @@ repos: - id: python-check-blanket-type-ignore name: 'Check Blanket "#type:ignore"' - repo: https://github.com/asottile/pyupgrade - rev: v2.29.1 + rev: v2.31.1 hooks: - id: pyupgrade name: Upgrade Python Syntax - repo: https://github.com/crate-ci/typos - rev: v1.3.1 + rev: v1.5.0 hooks: - id: typos name: Check Typos args: [] - repo: https://github.com/psf/black - rev: 21.12b0 + rev: 22.1.0 hooks: - id: black name: Format Source Code @@ -45,7 +45,7 @@ repos: - id: isort name: Sort Imports - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.910-1 + rev: v0.940 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.21.2 hooks: - id: commitizen name: Check Commit Message