Skip to content

Commit

Permalink
Updated flake8 version from 6.0.0 to 6.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Shintaro Sakoda <[email protected]>
  • Loading branch information
SakodaShintaro committed Apr 25, 2024
1 parent 6dff555 commit 6f4c0d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.1,
flake8-class-newline==1.6.0,
Expand Down

0 comments on commit 6f4c0d2

Please sign in to comment.