From 153bc1d361f81d5d8b758468c047d9a334eae3b6 Mon Sep 17 00:00:00 2001 From: Shintaro Sakoda Date: Thu, 25 Apr 2024 14:53:36 +0900 Subject: [PATCH] chore: update flake8 version from 6.0.0 to 6.1.0 Signed-off-by: Shintaro Sakoda --- .pre-commit-config.yaml | 2 +- .pre-commit-hooks.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2c3c078..e0be01b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -56,7 +56,7 @@ repos: args: [--line-length=100] - repo: https://github.com/PyCQA/flake8 - rev: 6.0.0 + rev: 6.1.0 hooks: - id: flake8 additional_dependencies: diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 254a719..ccc1268 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -8,7 +8,7 @@ require_serial: true additional_dependencies: [ - flake8==6.0.0, + flake8==6.1.0, flake8-blind-except==0.2.1, flake8-builtins==2.1.0, flake8-class-newline==1.6.0,