From b7bb657d8f423440e9c9b177f448a7ecae8f9423 Mon Sep 17 00:00:00 2001
From: "pre-commit-ci[bot]"
 <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Date: Mon, 17 Feb 2025 22:35:11 +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: v2.5.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v2.5.0...v5.0.0)
- https://github.com/asottile/reorder_python_imports → https://github.com/asottile/reorder-python-imports
- [github.com/asottile/reorder-python-imports: v1.9.0 → v3.14.0](https://github.com/asottile/reorder-python-imports/compare/v1.9.0...v3.14.0)
- https://github.com/pre-commit/mirrors-autopep8 → https://github.com/hhatto/autopep8
- [github.com/hhatto/autopep8: v1.5.7 → v2.3.2](https://github.com/hhatto/autopep8/compare/v1.5.7...v2.3.2)
- [github.com/asottile/yesqa: v0.0.11 → v1.5.0](https://github.com/asottile/yesqa/compare/v0.0.11...v1.5.0)
- [github.com/PyCQA/flake8: 3.9.2 → 7.1.2](https://github.com/PyCQA/flake8/compare/3.9.2...7.1.2)
---
 .pre-commit-config.yaml | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 404751e25..7fc46ae76 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -4,7 +4,7 @@ default_language_version:
     python: python2.7
 repos:
   - repo: https://github.com/pre-commit/pre-commit-hooks
-    rev: v2.5.0
+    rev: v5.0.0
     hooks:
       - id: check-docstring-first
       - id: check-yaml
@@ -16,19 +16,19 @@ repos:
       - id: trailing-whitespace
       - id: requirements-txt-fixer
       - id: double-quote-string-fixer
-  - repo: https://github.com/asottile/reorder_python_imports
-    rev: v1.9.0
+  - repo: https://github.com/asottile/reorder-python-imports
+    rev: v3.14.0
     hooks:
       - id: reorder-python-imports
-  - repo: https://github.com/pre-commit/mirrors-autopep8
-    rev: v1.5.7
+  - repo: https://github.com/hhatto/autopep8
+    rev: v2.3.2
     hooks:
       - id: autopep8
   - repo: https://github.com/asottile/yesqa
-    rev: v0.0.11
+    rev: v1.5.0
     hooks:
       - id: yesqa
   - repo: https://github.com/PyCQA/flake8
-    rev: 3.9.2
+    rev: 7.1.2
     hooks:
       - id: flake8