Skip to content

Commit 61f320f

Browse files
chore: Add static checking of poetry.lock consistency with pyproject.toml (#2342)
1 parent 28c1268 commit 61f320f

File tree

3 files changed

+3340
-3338
lines changed

3 files changed

+3340
-3338
lines changed

.github/workflows/static-checking.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,5 @@ jobs:
4444
run: pylint -j 0 --disable=all --enable=R0913,R0915 awswrangler
4545
- name: Documentation check
4646
run: doc8 --max-line-length 120 docs/source
47+
- name: Check poetry.lock consistency with pyproject.toml
48+
run: poetry lock --check

0 commit comments

Comments
 (0)