Skip to content

Commit

Permalink
Merge pull request #2921 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 2cbaf98 + c247f4f commit 05cef1a
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 @@ -22,7 +22,7 @@ repos:

# Autoformat: Python code
- repo: https://github.com/psf/black
rev: 23.12.1
rev: 24.1.1
hooks:
- id: black
args:
Expand Down Expand Up @@ -73,7 +73,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 images/analytics-publisher/archiver.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Read event logs from stackdriver & export them to Google Cloud Storage
"""

import argparse
import json
import tempfile
Expand Down
1 change: 1 addition & 0 deletions images/analytics-publisher/cloudcosts.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Produces daily summaries of GCP spending data.
"""

import argparse
import csv
import io
Expand Down
1 change: 1 addition & 0 deletions tests/test_http.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Basic HTTP tests to make sure things are running"""

import pprint

import pytest
Expand Down

0 comments on commit 05cef1a

Please sign in to comment.