Skip to content

Commit

Permalink
docs: update isort url
Browse files Browse the repository at this point in the history
  • Loading branch information
charn committed Jun 25, 2024
1 parent 50947b3 commit 85ef192
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
}
```
Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit 85ef192

Please sign in to comment.