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 fe4ac69 commit 98b801dCopy full SHA for 98b801d
.github/workflows/static-checking.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: CloudFormation Lint - Databases
32
run: cfn-lint -t cloudformation/databases.yaml
33
- name: Documentation Lint
34
- run: pydocstyle awswrangler/ --add-ignore=D204,D403
+ run: pydocstyle awswrangler/ --convention=numpy
35
- name: mypy check
36
run: mypy awswrangler
37
- name: Flake8 Lint
0 commit comments