Skip to content

Commit

Permalink
[py]: Bump linting dependency for flake8 6.0.0 -> 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
symonk committed Aug 29, 2023
1 parent 60728ac commit b7c297e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions py/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ skip_install = true
deps =
isort==5.12.0
black==23.7.0
flake8==6.0.0
flake8==6.1.0
flake8-typing-imports==1.14.0
docformatter==1.7.5
commands =
Expand All @@ -56,7 +56,7 @@ skip_install = true
deps =
isort==5.12.0
black==23.7.0
flake8==6.0.0
flake8==6.1.0
flake8-typing-imports==1.14.0
docformatter==1.7.5
commands =
Expand Down

0 comments on commit b7c297e

Please sign in to comment.