From 0faaff7bf208dce2c2aebadbd7c964997af336f6 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 14 Mar 2023 04:12:17 +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/PyCQA/autoflake: v2.0.1 → v2.0.2](https://github.com/PyCQA/autoflake/compare/v2.0.1...v2.0.2) - [github.com/PyCQA/bandit: 1.7.4 → 1.7.5](https://github.com/PyCQA/bandit/compare/1.7.4...1.7.5) - [github.com/PyCQA/bandit: 1.7.4 → 1.7.5](https://github.com/PyCQA/bandit/compare/1.7.4...1.7.5) - [github.com/pycqa/pylint: v2.16.0b1 → v2.17.0](https://github.com/pycqa/pylint/compare/v2.16.0b1...v2.17.0) - [github.com/pre-commit/mirrors-mypy: v0.991 → v1.1.1](https://github.com/pre-commit/mirrors-mypy/compare/v0.991...v1.1.1) - [github.com/regebro/pyroma: 4.1 → 4.2](https://github.com/regebro/pyroma/compare/4.1...4.2) --- .pre-commit-config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index dbb68152..7f970e3b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -40,7 +40,7 @@ repos: args: [--notice=COPYRIGHT] files: python - repo: https://github.com/PyCQA/autoflake - rev: v2.0.1 + rev: v2.0.2 hooks: - id: autoflake args: @@ -116,7 +116,7 @@ repos: language: python types: [python] - repo: https://github.com/PyCQA/bandit - rev: 1.7.4 + rev: 1.7.5 hooks: - id: bandit name: bandit (btclib) @@ -125,7 +125,7 @@ repos: language: python types: [python] - repo: https://github.com/PyCQA/bandit - rev: 1.7.4 + rev: 1.7.5 hooks: - id: bandit name: bandit (tests) @@ -138,7 +138,7 @@ repos: language: python types: [python] - repo: https://github.com/pycqa/pylint - rev: v2.16.0b1 + rev: v2.17.0 hooks: - id: pylint args: [ @@ -147,7 +147,7 @@ repos: language: python types: [python] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.991 + rev: v1.1.1 hooks: - id: mypy language: python @@ -161,6 +161,6 @@ repos: pass_filenames: false always_run: true - repo: https://github.com/regebro/pyroma - rev: "4.1" + rev: "4.2" hooks: - id: pyroma