Skip to content

Commit 6fbe285

Browse files
committed
Update pyproject.toml
1 parent 02135a6 commit 6fbe285

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ explicit_package_bases = true
8282
mypy_path = ["python"]
8383

8484
[tool.ruff]
85-
target-version = "py38"
85+
target-version = "py311"
8686
line-length = 88
8787
select = [
8888
"E", # pycodestyle errors
@@ -91,4 +91,4 @@ select = [
9191
"I", # isort
9292
"B", # flake8-bugbear
9393
]
94-
ignore = ["E501"] # line length handled by black
94+
ignore = ["E501", "E203", "W503"] # line length handled by black

0 commit comments

Comments
 (0)