Skip to content

Commit

Permalink
Upgrade python version to python 3.8 in tooling configuration
Browse files Browse the repository at this point in the history
Co-authored-by: Irtaza Akram <[email protected]>
  • Loading branch information
Pierre-Sassoulas and irtazaakram committed Nov 4, 2023
1 parent bc95dc1 commit bdb3ff7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ paths.source = [
]

[tool.mypy]
python_version = "3.7"
python_version = "3.8"
check_untyped_defs = true
explicit_package_bases = true
namespace_packages = true
Expand Down Expand Up @@ -91,8 +91,7 @@ ignore = [
"RUF012", # Mutable class attributes should be annotated with `typing.ClassVar`
]

# py36, but ruff does not support it :/
target-version = "py37"
target-version = "py38"

[tool.ruff.pydocstyle]
convention = "google"
Expand All @@ -115,7 +114,7 @@ convention = "google"

[tool.pylint]

py-version = "3.6"
py-version = "3.8"

ignore-paths="tests/input" # Ignore test inputs

Expand Down

0 comments on commit bdb3ff7

Please sign in to comment.