Skip to content

Commit

Permalink
Merge pull request #143 from greenbone/update-to-black-21.7b0
Browse files Browse the repository at this point in the history
Allow installing black 21.7b0
  • Loading branch information
bjoernricks committed Jul 26, 2021
2 parents f4d874b + 71270bc commit 8a98542
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 8 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Added
### Changed
* Allow black up tp current 21.7b0 [#143](https://github.com/greenbone/autohooks-plugin-black/pull/143)

### Deprecated
### Removed
### Fixed
Expand Down
24 changes: 18 additions & 6 deletions poetry.lock

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

3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,11 @@ keywords = [

[tool.poetry.dependencies]
python = ">=3.6.2,<4.0"
black = {version = ">=20.8b1, <=21.6b0", python = "^3.6"}
black = {version = ">=20.8b1, <=21.7b0", python = "^3.6"}
autohooks = ">=2.2.0"

[tool.poetry.dev-dependencies]
pytest = "*"
black = {version = "21.6b0", python = "^3.6"}
autohooks-plugin-pylint = "^1.2.0"
mypy = "^0.910"
pylint = "^2.9.5"
Expand Down

0 comments on commit 8a98542

Please sign in to comment.