Skip to content

Commit

Permalink
fix linter python version
Browse files Browse the repository at this point in the history
  • Loading branch information
helpmefindaname committed Sep 15, 2024
1 parent 437b044 commit 55ad023
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
Expand Up @@ -31,12 +31,12 @@ build-backend = "poetry.core.masonry.api"

[tool.black]
line-length = 120
target-version = ['py312']
target-version = ['py39']


[tool.ruff]
line-length = 120
target-version = 'py312'
target-version = 'py39'

[tool.pytest.ini_options]
addopts = "--mypy -n auto"
Expand Down

0 comments on commit 55ad023

Please sign in to comment.