Skip to content

Commit

Permalink
Update black and use darling v1
Browse files Browse the repository at this point in the history
  • Loading branch information
chdemko committed Feb 10, 2024
1 parent 4cf74f1 commit 28f16a1
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 30 deletions.
56 changes: 28 additions & 28 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ python = "^3.9"

[tool.poetry.group.dev.dependencies]
# Formatter
black = "^23.12.1"
darglint2 = "^1.8.2"
black = "^24.1.1"
darglint = "^1.8.1"
pydoclint = {extras = ["flake8"], version = "^0.4.0"}
# pre-commit
pre-commit = "^3.6.1"
Expand Down

0 comments on commit 28f16a1

Please sign in to comment.