From 84c6353346cc61b92c9f0a3191d2f3cdec57f93e Mon Sep 17 00:00:00 2001 From: Frost Ming Date: Thu, 2 Nov 2023 21:58:55 +0800 Subject: [PATCH] chore: aupdate pre-commit hooks Signed-off-by: Frost Ming --- .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 4972d0a0..c190d959 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/psf/black - rev: 23.3.0 + rev: 23.10.1 hooks: - id: black @@ -11,7 +11,7 @@ repos: exclude: docs/.* - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: trailing-whitespace exclude: ^tests/(toml-test|toml-spec-tests)/.* @@ -20,7 +20,7 @@ repos: - id: debug-statements - repo: https://github.com/asottile/yesqa - rev: v1.4.0 + rev: v1.5.0 hooks: - id: yesqa additional_dependencies: &flake8_deps @@ -37,19 +37,19 @@ repos: exclude: ^tomlkit/items\.py - repo: https://github.com/asottile/pyupgrade - rev: v3.3.2 + rev: v3.15.0 hooks: - id: pyupgrade args: [--py37-plus] - repo: https://github.com/hadialqattan/pycln - rev: v2.1.3 + rev: v2.3.0 hooks: - id: pycln args: [--all] - repo: https://github.com/pycqa/flake8 - rev: 5.0.4 + rev: 6.1.0 hooks: - id: flake8 additional_dependencies: *flake8_deps