Skip to content

Commit

Permalink
Bump flake8-isort from 6.0.0 to 6.1.1 to fix error (#216)
Browse files Browse the repository at this point in the history
* Bump flake8-isort from 6.0.0 to 6.1.1 to fix error

* Update .pre-commit-config.yaml
  • Loading branch information
tkoyama010 authored Feb 23, 2024
1 parent a3e39de commit 68202bd
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,7 @@ repos:
rev: 7.0.0
hooks:
- id: flake8
additional_dependencies: [
"flake8-black==0.3.6",
"flake8-isort==6.0.0",
"flake8-quotes==3.3.2",
]
additional_dependencies: ["flake8-black==0.3.6", "flake8-isort==6.1.1", "flake8-quotes==3.3.2"]

- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
Expand Down

1 comment on commit 68202bd

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.