Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 4, 2024
1 parent 45402e4 commit dbf96f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion tap_github/tests/fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def alternative_sync_children(self, child_context: dict, no_sync: bool = True) -
if child_stream.name == "collaborators":
"""
The `ORG_LEVEL_TOKEN` variable is used to store an organization-level GitHub API token. This token is used when syncing the "collaborators" stream, as it requires a higher level of access than the standard user token.
If the `ORG_LEVEL_TOKEN` is not found in the environment, a warning is logged and the collaborators stream sync is skipped.
""" # noqa: E501
ORG_LEVEL_TOKEN = os.environ.get("ORG_LEVEL_TOKEN") # noqa: N806
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ whitelist_externals = poetry
commands =
poetry install -v
poetry run pytest

0 comments on commit dbf96f3

Please sign in to comment.