From 85ef192c393b21d785f5d4a04220d1760bac2226 Mon Sep 17 00:00:00 2001 From: Juha Louhiranta Date: Tue, 18 Jun 2024 14:15:18 +0300 Subject: [PATCH] docs: update isort url --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2c969a1..30b1335 100644 --- a/README.md +++ b/README.md @@ -159,9 +159,9 @@ OIDC_API_TOKEN_AUTH = { # authorization server configuration and public keys are "remembered". # The value is in seconds. Default is 24 hours. "OIDC_CONFIG_EXPIRATION_TIME": 600, - + # Allow only algorithms that we actually use. In case of tunnistamo and - # tunnistus only RS256 is used with API access tokens. + # tunnistus only RS256 is used with API access tokens. "ALLOWED_ALGORITHMS": ["RS256"], } ``` @@ -456,7 +456,7 @@ tox This project uses [`black`](https://github.com/ambv/black), [`flake8`](https://github.com/pycqa/flake8) and -[`isort`](https://github.com/timothycrosley/isort) +[`isort`](https://github.com/pycqa/isort) for code formatting and quality checking. Project follows the basic black config, without any modifications.