Skip to content

Commit

Permalink
chore: Bump flake8,flake8-isort
Browse files Browse the repository at this point in the history
- [email protected] and later
- [email protected] and later

Signed-off-by: Hiroshi Miura <[email protected]>
  • Loading branch information
miurahr committed Nov 5, 2023
1 parent 612dc7b commit 86fc947
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ test = [
]
check = [
"mypy>=0.990",
"flake8<6",
"flake8>=6.0.0,<7.0.0",
"flake8-black",
"flake8-colors",
"flake8-isort>=5.0.3,<6.0.0",
"flake8-isort>=6.0.0,<7.0.0",
"flake8-pyi",
"flake8-typing-imports",
"docutils",
Expand Down

0 comments on commit 86fc947

Please sign in to comment.