Skip to content

Commit

Permalink
upgrade black
Browse files Browse the repository at this point in the history
  • Loading branch information
vimayya committed Jun 19, 2024
1 parent 0ce09be commit 2e942e2
Show file tree
Hide file tree
Showing 4 changed files with 86 additions and 82 deletions.
56 changes: 29 additions & 27 deletions src/edfi-paging-test/poetry.lock

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

5 changes: 3 additions & 2 deletions src/edfi-paging-test/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,13 @@ urllib3 = "2.2.2"
pandas = "^1.4.1"
errorhandler = "^2.0.1"
numpy = "1.24.3"
black = "22.10.0"

[tool.poetry.dev-dependencies]
flake8 = "^4.0.1"
pytest = "^7.0.1"
mypy = "^0.931"
pytest-describe = "^2.0.1"
coverage = "^6.3.2"
black = "^22.1.0"
types-oauthlib = "^3.1.6"
pytest-mock = "^3.7.0"
requests-mock = "^1.9.3"
Expand All @@ -34,6 +32,9 @@ pook = "^1.0.2"



[tool.poetry.group.dev.dependencies]
black = "^24.4.2"

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
Expand Down
Loading

0 comments on commit 2e942e2

Please sign in to comment.