From 5a3342d18ba3fe33d5170aff03a763eb41e5bac1 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 17:41:22 +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/pre-commit/pre-commit-hooks: v4.3.0 → v4.5.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.3.0...v4.5.0) - [github.com/psf/black: 22.6.0 → 23.9.1](https://github.com/psf/black/compare/22.6.0...23.9.1) - https://github.com/asottile/reorder_python_imports → https://github.com/asottile/reorder-python-imports - [github.com/asottile/reorder-python-imports: v3.8.1 → v3.12.0](https://github.com/asottile/reorder-python-imports/compare/v3.8.1...v3.12.0) - [github.com/pycqa/flake8: 4.0.1 → 6.1.0](https://github.com/pycqa/flake8/compare/4.0.1...6.1.0) --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5cba3aa8..c7dfa194 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ default_language_version: python: python3.9 repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 + rev: v4.5.0 hooks: - id: check-yaml - id: check-json @@ -10,15 +10,15 @@ repos: args: ['--autofix'] additional_dependencies: ['flake8-mutable', 'flake8-comprehensions'] - repo: https://github.com/psf/black - rev: 22.6.0 + rev: 23.9.1 hooks: - id: black - - repo: https://github.com/asottile/reorder_python_imports - rev: v3.8.1 + - repo: https://github.com/asottile/reorder-python-imports + rev: v3.12.0 hooks: - id: reorder-python-imports - repo: https://github.com/pycqa/flake8 - rev: 4.0.1 + rev: 6.1.0 hooks: - id: flake8 args: ['--max-line-length', '120'] \ No newline at end of file