Skip to content

Commit

Permalink
Lock down flake8 and yapf versions
Browse files Browse the repository at this point in the history
  • Loading branch information
caspervonb committed Sep 30, 2024
1 parent 476fa25 commit 4a43225
Show file tree
Hide file tree
Showing 2 changed files with 171 additions and 127 deletions.
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ url = "https://pypi.org/simple"
verify_ssl = true

[dev-packages]
flake8 = "*"
mypy = "*"
pytest = "*"
pytest-cov = "*"
yapf = "*"
toml = "*" # see https://github.com/google/yapf/issues/936
exceptiongroup = "*"
yapf = "0.40.2"
flake8 = "7.1.1"
Loading

0 comments on commit 4a43225

Please sign in to comment.