Skip to content

Commit

Permalink
specify flake8 and black versions
Browse files Browse the repository at this point in the history
  • Loading branch information
saleml committed Oct 25, 2023
1 parent 77abec6 commit 0400d04
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 @@ -26,8 +26,8 @@ torch = ">=1.9.0"
torchtyping = ">=0.1.4"

# dev dependencies.
black = { version = "22.3.0", optional = true }
flake8 = { version = "*", optional = true }
black = { version = "23.7.0", optional = true }
flake8 = { version = "2.0.0", optional = true }
gitmopy = { version = "*", optional = true }
myst-parser = { version = "*", optional = true }
pre-commit = { version = "*", optional = true }
Expand Down

0 comments on commit 0400d04

Please sign in to comment.