Skip to content

Commit 7e56049

Browse files
committed
feat: geolocation setter in sendgrid-python for GDPR compliance
1 parent b81337d commit 7e56049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint-python.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v3
1515
- run: pip install --user ruff
16-
- run: ruff format=github --ignore="E722,F40,F841" --line-length=320 --target-version=py37 .
16+
- run: ruff --ignore="E722,F40,F841" --line-length=320 --target-version=py37 .

0 commit comments

Comments
 (0)