Skip to content

Commit aa7af89

Browse files
committed
Ignore types-python-dateutil
1 parent 6584edd commit aa7af89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lint-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Check Dependencies License
5858
run: |
5959
pip-licenses --allow-only="$ALLOWED_LICENSE" \
60-
--ignore-packages attrs \
60+
--ignore-packages attrs types-python-dateutil \
6161
--package $(uv export --no-hashes --format requirements.txt --no-header --no-annotate | sed "s/==.*//g" | tr "\n" " ")
6262
6363
- name: Run pre-commit hooks

0 commit comments

Comments
 (0)