Skip to content

Commit

Permalink
Ignore no-member for BotAppConfig.from_environ
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Jan 19, 2020
1 parent a40935c commit 761d2ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/app/server/machinery_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def octomachinery_config(
) -> None:
"""Initialize a GitHub App bot config."""
# https://github.com/hynek/environ-config/blob/master/CHANGELOG.rst#1910-2019-09-02
return BotAppConfig.from_environ({
return BotAppConfig.from_environ({ # pylint: disable=no-member
'GITHUB_APP_IDENTIFIER': str(github_app_id),
'GITHUB_PRIVATE_KEY': rsa_private_key_bytes.decode(),
})
Expand Down

0 comments on commit 761d2ec

Please sign in to comment.