We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6584edd commit aa7af89Copy full SHA for aa7af89
1 file changed
.github/workflows/lint-test.yml
@@ -57,7 +57,7 @@ jobs:
57
- name: Check Dependencies License
58
run: |
59
pip-licenses --allow-only="$ALLOWED_LICENSE" \
60
- --ignore-packages attrs \
+ --ignore-packages attrs types-python-dateutil \
61
--package $(uv export --no-hashes --format requirements.txt --no-header --no-annotate | sed "s/==.*//g" | tr "\n" " ")
62
63
- name: Run pre-commit hooks
0 commit comments