Skip to content

Commit

Permalink
[py]: Bump black version for linting dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
symonk committed Oct 2, 2023
1 parent 0b5cf2d commit d66108a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions py/tox.ini
Expand Up @@ -36,7 +36,7 @@ force_single_line = True
skip_install = true
deps =
isort==5.12.0
black==23.7.0
black==23.9.1
flake8==6.1.0
flake8-typing-imports==1.14.0
docformatter==1.7.5
Expand All @@ -55,7 +55,7 @@ commands =
skip_install = true
deps =
isort==5.12.0
black==23.7.0
black==23.9.1
flake8==6.1.0
flake8-typing-imports==1.14.0
docformatter==1.7.5
Expand Down

0 comments on commit d66108a

Please sign in to comment.