Skip to content

Commit

Permalink
feat: disabled mypy check
Browse files Browse the repository at this point in the history
  • Loading branch information
anaik91 committed Aug 29, 2023
1 parent 4f6b06f commit ec60898
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/devrel-static-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
LINTER_RULES_PATH: "."
GROOVY_NPM_GROOVY_LINT_FILTER_REGEX_EXCLUDE: "Jenkinsfile"
MARKDOWN_MARKDOWN_LINK_CHECK_DISABLE_ERRORS: true
PYTHON_MYPY_DISABLE_ERRORS: true

commit-messages:
name: Conventional Commits Lint
Expand Down
6 changes: 3 additions & 3 deletions tools/target-server-validator/input.properties
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[source]
baseurl=https://apigee.googleapis.com/v1
org=apigee-hybrid-378710
org=xxx-xxx-xxx-xxx
auth_type=oauth

[target]
baseurl=https://apigee.googleapis.com/v1
org=apigee-hybrid-378710
org=xxx-xxx-xxx-xxx
auth_type=oauth

[csv]
Expand All @@ -20,5 +20,5 @@ skip_proxy_list=mock1,stream
api_env=dev
api_name=target_server_validator
vhost_domain_name=example.apigee.com
vhost_ip=34.134.171.41
vhost_ip=x.x.x.x
report_format=md

0 comments on commit ec60898

Please sign in to comment.