Skip to content

Commit 4019024

Browse files
committed
feat: geolocation setter in sendgrid-python for GDPR compliance
1 parent cf2cc5d commit 4019024

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,F405,F401" --line-length=320 --target-version=py37 .
16+
- run: ruff --format=github --ignore="E722,F40,F841" --line-length=681 --target-version=py37 .

0 commit comments

Comments
 (0)