From c4ae8895bf9ba4721fb7abec277a8669f479b11b Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 23:35: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/asottile/pyupgrade: v2.37.2 → v2.37.3](https://github.com/asottile/pyupgrade/compare/v2.37.2...v2.37.3) - [github.com/PyCQA/flake8: 4.0.1 → 5.0.2](https://github.com/PyCQA/flake8/compare/4.0.1...5.0.2) Signed-off-by: Bernát Gábor --- .github/SECURITY.md | 8 ++++---- .pre-commit-config.yaml | 20 ++++++++++---------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/SECURITY.md b/.github/SECURITY.md index 2d57b834..31d2678c 100644 --- a/.github/SECURITY.md +++ b/.github/SECURITY.md @@ -2,10 +2,10 @@ ## Supported Versions -| Version | Supported | -| -------- | ------------------ | -| 2.5 + | :white_check_mark: | -| < 2.5 | :x: | +| Version | Supported | +| ------- | ------------------ | +| 2.5 + | :white_check_mark: | +| < 2.5 | :x: | ## Reporting a Vulnerability diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 155ddd6e..6dc2e646 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/asottile/pyupgrade - rev: v2.37.2 + rev: v2.37.3 hooks: - id: pyupgrade args: [ "--py36-plus" ] @@ -29,7 +29,7 @@ repos: rev: v1.12.1 hooks: - id: blacken-docs - additional_dependencies: [ black==22.3.0 ] + additional_dependencies: [ black==22.6.0 ] - repo: https://github.com/pre-commit/pygrep-hooks rev: v1.9.0 hooks: @@ -40,14 +40,14 @@ repos: - id: tox-ini-fmt args: [ "-p", "fix" ] - repo: https://github.com/PyCQA/flake8 - rev: 4.0.1 + rev: 5.0.3 hooks: - id: flake8 additional_dependencies: - - flake8-bugbear==22.1.11 - - flake8-comprehensions==3.8 - - flake8-pytest-style==1.6 - - flake8-spellcheck==0.24 - - flake8-unused-arguments==0.0.9 - - flake8-noqa==1.2.1 - - pep8-naming==0.12.1 + - flake8-bugbear==22.7.1 + - flake8-comprehensions==3.10.0 + - flake8-pytest-style==1.6.0 + - flake8-spellcheck==0.28.0 + - flake8-unused-arguments==0.0.11 + - flake8-noqa==1.2.8 + - pep8-naming==0.13.1