From d3621f73524e360b2e727ea2fa89f96c147eb528 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 19:12:40 +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/psf/black: 22.6.0 → 24.3.0](https://github.com/psf/black/compare/22.6.0...24.3.0) - [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.5.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.0.1...v4.5.0) - https://github.com/asottile/reorder_python_imports → https://github.com/asottile/reorder-python-imports - [github.com/asottile/reorder-python-imports: v2.6.0 → v3.12.0](https://github.com/asottile/reorder-python-imports/compare/v2.6.0...v3.12.0) - [github.com/asottile/blacken-docs: v1.11.0 → 1.16.0](https://github.com/asottile/blacken-docs/compare/v1.11.0...1.16.0) - [github.com/PyCQA/bandit: 1.7.0 → 1.7.8](https://github.com/PyCQA/bandit/compare/1.7.0...1.7.8) - [github.com/PyCQA/flake8: 4.0.1 → 7.0.0](https://github.com/PyCQA/flake8/compare/4.0.1...7.0.0) - [github.com/pre-commit/mirrors-mypy: v0.910-1 → v1.9.0](https://github.com/pre-commit/mirrors-mypy/compare/v0.910-1...v1.9.0) - [github.com/asottile/pyupgrade: v2.29.0 → v3.15.2](https://github.com/asottile/pyupgrade/compare/v2.29.0...v3.15.2) --- .pre-commit-config.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index da06c4c..430b5f9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,10 +1,10 @@ repos: - repo: https://github.com/psf/black - rev: 22.6.0 + rev: 24.3.0 hooks: - id: black - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.0.1 + rev: v4.5.0 hooks: - id: trailing-whitespace args: [--markdown-linebreak-ext=md] @@ -18,30 +18,30 @@ repos: - id: end-of-file-fixer - id: mixed-line-ending - id: name-tests-test - - repo: https://github.com/asottile/reorder_python_imports - rev: v2.6.0 + - repo: https://github.com/asottile/reorder-python-imports + rev: v3.12.0 hooks: - id: reorder-python-imports - repo: https://github.com/asottile/blacken-docs - rev: v1.11.0 + rev: 1.16.0 hooks: - id: blacken-docs additional_dependencies: [black==21.9b0] - repo: https://github.com/PyCQA/bandit - rev: 1.7.0 + rev: 1.7.8 hooks: - id: bandit exclude: ^tests/ - repo: https://github.com/PyCQA/flake8 - rev: 4.0.1 + rev: 7.0.0 hooks: - id: flake8 - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.910-1 + rev: v1.9.0 hooks: - id: mypy additional_dependencies: [pydantic==1.8.2, types-requests==2.25.11, types-markdown==3.3.6] - repo: https://github.com/asottile/pyupgrade - rev: v2.29.0 + rev: v3.15.2 hooks: - id: pyupgrade