Skip to content

Commit

Permalink
Properly set ruff target-version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrudd2 committed Oct 26, 2023
1 parent afae0dd commit 3657eb8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ select = [
# "ARG", # flake8-unused args
# "B" # bandit
]
target-version = "py38"
[pydocstyle]
convention = "pep257"
[flake8-unused-arguments]
Expand Down
3 changes: 0 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,5 @@ add_ignore = D104,D107
asyncio_mode = auto
addopts = --cov=ika

[tool:ruff]
target-version = "py38"

[mypy]
check_untyped_defs = true

0 comments on commit 3657eb8

Please sign in to comment.