From fa68aa4ae867ab65f99ba21b5898668fb54ec669 Mon Sep 17 00:00:00 2001 From: Christian McKinnon Date: Wed, 22 May 2024 11:48:48 +0700 Subject: [PATCH 1/2] Update example_test_pylast.yaml Link in README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 93bd9b6..7653b86 100644 --- a/README.md +++ b/README.md @@ -141,9 +141,10 @@ The [tests/](https://github.com/pylast/pylast/tree/main/tests) directory contain integration and unit tests with Last.fm, and plenty of code examples. For integration tests you need a test account at Last.fm that will become cluttered with -test data, and an API key and secret. Either copy -[example_test_pylast.yaml](example_test_pylast.yaml) to test_pylast.yaml and fill out -the credentials, or set them as environment variables like: +test data, and an API key and secret. Either copy [example_test_pylast.yaml]( +https://github.com/pylast/pylast/blob/main/example_test_pylast.yaml) to +test_pylast.yaml and fill out the credentials, or set them as environment +variables like: ```sh export PYLAST_USERNAME=TODO_ENTER_YOURS_HERE From 90c3614d6ac969d471e5e6e8d5d022496fef4cad Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 05:10:35 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7653b86..de2987f 100644 --- a/README.md +++ b/README.md @@ -141,10 +141,10 @@ The [tests/](https://github.com/pylast/pylast/tree/main/tests) directory contain integration and unit tests with Last.fm, and plenty of code examples. For integration tests you need a test account at Last.fm that will become cluttered with -test data, and an API key and secret. Either copy [example_test_pylast.yaml]( -https://github.com/pylast/pylast/blob/main/example_test_pylast.yaml) to -test_pylast.yaml and fill out the credentials, or set them as environment -variables like: +test data, and an API key and secret. Either copy +[example_test_pylast.yaml](https://github.com/pylast/pylast/blob/main/example_test_pylast.yaml) +to test_pylast.yaml and fill out the credentials, or set them as environment variables +like: ```sh export PYLAST_USERNAME=TODO_ENTER_YOURS_HERE