Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[馃懟] Add support for verifying Ghostwriter tokens #133

Merged
merged 1 commit into from Oct 21, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions .flake8
Expand Up @@ -4,6 +4,8 @@ ignore = E203,W503,ANN101,ANN102,S322,ANN206,S201,D105,D107
per-file-ignores =
src/replit/__init__.py:F401
src/replit/web/__init__.py:F401
exclude =
src/replit/goval/api

max-line-length = 88
application-import-names = vidgen,tests
Expand Down
2 changes: 1 addition & 1 deletion .semaphore/semaphore.yml
Expand Up @@ -18,7 +18,7 @@ blocks:
- checkout --use-cache
- python -m pip install --upgrade poetry
- poetry install
- git diff origin/master | poetry run flake8 --diff
- poetry run flake8
- name: unittest
commands:
- sem-version python 3.8
Expand Down
1 change: 1 addition & 0 deletions docs/index.rst
Expand Up @@ -15,6 +15,7 @@ provides:
- A fully-featured `Replit DB <https://docs.repl.it/misc/database>`_ client and CLI.
- A Flask鈥揵ased application framework for accellerating development on the platform.
- A simple audio library that can play tones and audio files!
- A library to authenticate between Repls.

Table of Contents
=================
Expand Down