git

My personal website source code
Log | Files | Refs | Submodules | README | LICENSE

commit 61cd19171ae457e5a06bc866e4cfc603713709fc
parent 364bf7940ded0a286108963c1759f244d2a45a6c
Author: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Date:   Tue, 15 Mar 2022 00:26:31 +0000

chore(pre-commit): bump repositories

updates:
- [github.com/asottile/reorder_python_imports: v2.7.1 → v3.0.1](https://github.com/asottile/reorder_python_imports/compare/v2.7.1...v3.0.1)
- [github.com/asottile/pyupgrade: v2.31.0 → v2.31.1](https://github.com/asottile/pyupgrade/compare/v2.31.0...v2.31.1)

Diffstat:
M.pre-commit-config.yaml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml @@ -35,7 +35,7 @@ repos: hooks: - id: validate_manifest - repo: https://github.com/asottile/reorder_python_imports - rev: v2.7.1 + rev: v3.0.1 hooks: - id: reorder-python-imports args: [--py39-plus] @@ -45,7 +45,7 @@ repos: - id: add-trailing-comma args: [--py36-plus] - repo: https://github.com/asottile/pyupgrade - rev: v2.31.0 + rev: v2.31.1 hooks: - id: pyupgrade args: [--py39-plus]