Skip to content

Commit 98b801d

Browse files
committed
Update github flow.
1 parent fe4ac69 commit 98b801d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/static-checking.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: CloudFormation Lint - Databases
3232
run: cfn-lint -t cloudformation/databases.yaml
3333
- name: Documentation Lint
34-
run: pydocstyle awswrangler/ --add-ignore=D204,D403
34+
run: pydocstyle awswrangler/ --convention=numpy
3535
- name: mypy check
3636
run: mypy awswrangler
3737
- name: Flake8 Lint

0 commit comments

Comments
 (0)