Skip to content

Commit 4d0713c

Browse files
committed
meta fixes
1 parent e6b4832 commit 4d0713c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ version = 'mystbin.__main__:show_version'
6464

6565
[tool.ruff]
6666
line-length = 125
67-
exclude = ["docs/extensions/*.py"]
67+
target-version = "py38"
68+
exclude = ["docs/**/*.py"]
6869
select = [
6970
"C4",
7071
"F",

0 commit comments

Comments
 (0)