Skip to content

Commit

Permalink
[Pip] Update code quality tools
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiserls committed May 28, 2024
1 parent e66cdb4 commit d413f2d
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
38 changes: 19 additions & 19 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ scikit-learn = "^1.3.1"
sbml = ["amici"]

[tool.poetry.group.dev.dependencies]
pre-commit = "^3.5.0"
black = ">=23.10,<25.0"
flake8 = "^6.1.0"
isort = "^5.12.0"
pytest = "^7.4.2"
pyproject-flake8 = "^6.1.0"
coverage = "^7.3.2"
pre-commit = "^3.7.1"
black = "^24.4.2"
flake8 = "^7.0.0"
isort = "^5.13.2"
pytest = "^8.2.0"
pyproject-flake8 = "^7.0.0"
coverage = "^7.5.0"
sphinx = "^7"
sphinx-copybutton = "^0.5.2"
sphinx-togglebutton = "^0.3.2"
Expand Down

0 comments on commit d413f2d

Please sign in to comment.