Skip to content

Commit

Permalink
Merge pull request #235 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 6904c0a + 8f407d9 commit b7e76ec
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,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 @@ -66,7 +66,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 jupyterhub_traefik_proxy/redis.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Redis backend"""

import asyncio
from urllib.parse import urlparse

Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
pip install [-e] .
"""


from setuptools import find_packages, setup

with open("README.md", encoding="utf8") as f:
Expand Down
1 change: 1 addition & 0 deletions tests/test_traefik_api_auth.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Tests for the authentication to the traefik proxy api (dashboard)"""

import pytest
from jupyterhub.utils import exponential_backoff
from tornado.httpclient import AsyncHTTPClient
Expand Down

0 comments on commit b7e76ec

Please sign in to comment.