From 4df8b55e610f8ee96c3bdd8044d1ccc5183616ad Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 22:05: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/reorder_python_imports: v2.6.0 → v3.9.0](https://github.com/asottile/reorder_python_imports/compare/v2.6.0...v3.9.0) - [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.4.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.0.1...v4.4.0) - [github.com/asottile/pyupgrade: v2.23.3 → v3.3.1](https://github.com/asottile/pyupgrade/compare/v2.23.3...v3.3.1) - [github.com/asottile/blacken-docs: v1.10.0 → 1.13.0](https://github.com/asottile/blacken-docs/compare/v1.10.0...1.13.0) - [github.com/psf/black: 21.7b0 → 23.1.0](https://github.com/psf/black/compare/21.7b0...23.1.0) - [github.com/PyCQA/flake8: 3.9.2 → 6.0.0](https://github.com/PyCQA/flake8/compare/3.9.2...6.0.0) --- .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 46c7d6b..64982b3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,12 +2,12 @@ exclude: ^\. repos: - repo: https://github.com/asottile/reorder_python_imports - rev: v2.6.0 + rev: v3.9.0 hooks: - id: reorder-python-imports files: '(\.pyi?|wscript)$' - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.0.1 + rev: v4.4.0 hooks: - id: check-yaml exclude: 'meta\.yaml' @@ -21,26 +21,26 @@ repos: args: [--autofix, --no-sort-keys] - id: trailing-whitespace - repo: https://github.com/asottile/pyupgrade - rev: v2.23.3 + rev: v3.3.1 hooks: - id: pyupgrade args: [ --py36-plus ] - repo: https://github.com/asottile/blacken-docs - rev: v1.10.0 + rev: 1.13.0 hooks: - id: blacken-docs additional_dependencies: [black==19.3b0] files: '(\.md|\.rst)$' - repo: https://github.com/psf/black - rev: 21.7b0 + rev: 23.1.0 hooks: - id: black files: '(\.pyi?|wscript)$' language_version: python3.7 - repo: https://github.com/PyCQA/flake8 - rev: 3.9.2 + rev: 6.0.0 hooks: - id: flake8 files: '(\.py|wscript)$'