Skip to content

Commit

Permalink
version 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
almazkun committed Nov 15, 2021
1 parent acb0494 commit 8cdce72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "gadd"
version = "0.1.2"
version = "0.1.3"
description = "Sort imports, remove unused imports, run Black, flake8, pylint, vulture in one go for al staged .py files"
authors = ["Almaz Kunpeissov <[email protected]>"]
keywords = ["Black", "Sort imports", "analysis", "automation", "autopep8", "code", "flake8", "formatter", "gofmt", "lint", "linter", "pyfmt", "pylint", "python", "remove unused imports", "rustfmt", "static", "vulture", "yapf"]
Expand All @@ -21,7 +21,7 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.6"
autoflake = "==1.4.*"
black = "==21.*"
black = "==21.10b0"
flake8 = "==4.0.*"
gitpython = "==3.1.*"
isort = "==5.10.*"
Expand Down

0 comments on commit 8cdce72

Please sign in to comment.