Skip to content

Commit

Permalink
Merge branch 'main' into feat/refresh-user
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk authored Nov 11, 2024
2 parents e3a01a5 + 90da9d7 commit f2a8566
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
repos:
# Autoformat: Python code, syntax patterns are modernized
- repo: https://github.com/asottile/pyupgrade
rev: v3.17.0
rev: v3.19.0
hooks:
- id: pyupgrade
args:
Expand All @@ -34,7 +34,7 @@ repos:

# Autoformat: Python code
- repo: https://github.com/psf/black
rev: 24.8.0
rev: 24.10.0
hooks:
- id: black

Expand All @@ -46,7 +46,7 @@ repos:

# Misc...
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
# ref: https://github.com/pre-commit/pre-commit-hooks#hooks-available
hooks:
# Autoformat: Makes sure files end in a newline and only a newline.
Expand Down
2 changes: 1 addition & 1 deletion oauthenticator/oauth2.py
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ def _allowed_scopes_validation(self, proposal):
and SHOULD send the additional parameters as defined in Section 4 to
all servers.
Note that S256 is the only code challenge method supported. As per `section 4.2 of RFC 6749
Note that S256 is the only code challenge method supported. As per `section 4.2 of RFC 6749
<https://www.rfc-editor.org/rfc/rfc6749#section-3.1>`_:
If the client is capable of using "S256", it MUST use "S256", as
Expand Down

0 comments on commit f2a8566

Please sign in to comment.