Skip to content

Commit

Permalink
Merge pull request #264 from jupyterhub/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
consideRatio authored Feb 6, 2024
2 parents c3072fb + de4c1d3 commit 343e27c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ repos:

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

Expand Down Expand Up @@ -64,7 +64,7 @@ repos:

# Lint: Python code
- repo: https://github.com/pycqa/flake8
rev: "6.1.0"
rev: "7.0.0"
hooks:
- id: flake8

Expand Down
1 change: 1 addition & 0 deletions nativeauthenticator/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
```
"""

from nativeauthenticator.nativeauthenticator import NativeAuthenticator

__all__ = [NativeAuthenticator]
1 change: 1 addition & 0 deletions nativeauthenticator/crypto/crypto.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Django's standard crypto functions and utilities.
"""

import hashlib
import hmac
import secrets
Expand Down
1 change: 1 addition & 0 deletions nativeauthenticator/crypto/signing.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
There are 65 url-safe characters: the 64 used by url-safe base64 and the ':'.
These functions make use of all of them.
"""

import base64
import datetime
import json
Expand Down

0 comments on commit 343e27c

Please sign in to comment.