Skip to content

Commit

Permalink
Bump the target-version to python 3.9 for ruff and black (#15824)
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentClarret authored Sep 13, 2023
1 parent c096fdc commit 7ac5199
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions ddev/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
***Fixed***:

* Make sure repo override in envvar makes it into config ([#15782](https://github.com/DataDog/integrations-core/pull/15782))
* Bump the `target-version` to python 3.9 for ruff and black ([#15824](https://github.com/DataDog/integrations-core/pull/15824))

## 5.0.0 / 2023-09-06

Expand Down
4 changes: 2 additions & 2 deletions ddev/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@ scripts = ["ddev"]
include = '\.pyi?$'
line-length = 120
skip-string-normalization = true
target-version = ["py38"]
target-version = ["py39"]

[tool.ruff]
exclude = []
target-version = "py38"
target-version = "py39"
line-length = 120
# Rules were ported over from the legacy flake8 settings for parity
# All the rules can be found here: https://beta.ruff.rs/docs/rules/
Expand Down

0 comments on commit 7ac5199

Please sign in to comment.