mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-04 16:57:32 +08:00
Replace bandit, flake8, isort, and pyupgrade with ruff (#8178)
* Replace bandit, flake8, isort, and pyupgrade with ruff * Comment on ruff rules * updating DIRECTORY.md --------- Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
This commit is contained in:
@ -8,7 +8,7 @@ import os
|
||||
import requests
|
||||
|
||||
URL_BASE = "https://www.amdoren.com/api/currency.php"
|
||||
TESTING = os.getenv("CI", False)
|
||||
TESTING = os.getenv("CI", "")
|
||||
API_KEY = os.getenv("AMDOREN_API_KEY", "")
|
||||
|
||||
if not API_KEY and not TESTING:
|
||||
|
Reference in New Issue
Block a user