Skip to content

Commit

Permalink
add target-version = "py311" to black
Browse files Browse the repository at this point in the history
  • Loading branch information
seebi committed Nov 12, 2023
1 parent 44cf557 commit 0e5ac27
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
- dependency to plugin base 4.3.0 (cmem-cmempy >= 23.3)
- use poetry-dynamic-versioning option bump=true
- 0.0.1.devX.. instead of 0.0.0.postX
- add target-version = "py311" to black

### Fixed

Expand Down
3 changes: 3 additions & 0 deletions src/pyproject.toml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,6 @@ ignore_missing_imports = true
[tool.pytest.ini_options]
addopts = ""

[tool.black]
target-version = "py311"

0 comments on commit 0e5ac27

Please sign in to comment.