Skip to content

Commit e3143f2

Browse files
committed
Chore: Newer poethepoet complains about unmatched glob patterns
1 parent 3629d1f commit e3143f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ lint = [
167167
{ cmd = "ruff check sqlalchemy_postgresql_relaxed/ tests/" },
168168
{ cmd = "ruff format --check sqlalchemy_postgresql_relaxed/ tests/" },
169169
{ cmd = "validate-pyproject pyproject.toml" },
170-
{ cmd = "proselint *.rst doc/*.rst" },
170+
{ cmd = "proselint *.rst" },
171171
# { cmd = "mypy" },
172172
]
173173

0 commit comments

Comments
 (0)