Skip to content

Commit

Permalink
fix(poetry): update black to fix psf/black#2964
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Brehelin committed Aug 8, 2023
1 parent 26299b1 commit 40c8219
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 14 deletions.
32 changes: 19 additions & 13 deletions poetry.lock

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

3 changes: 2 additions & 1 deletion pyproject.toml
Expand Up @@ -13,12 +13,13 @@ license = "Apache 2.0"
python = "<3.11,>=3.7.1"
requests = "^2.25.1"
singer-sdk = "^0.30.0"
black = "^22.3.0"

[tool.poetry.dev-dependencies]
pytest = "^6.2.5"
tox = "^3.24.4"
flake8 = "^3.9.2"
black = "^21.9b0"
black = "^22.3.0"
pydocstyle = "^6.1.1"
mypy = "^0.910"
types-requests = "^2.26.1"
Expand Down

0 comments on commit 40c8219

Please sign in to comment.