Skip to content

Commit 05cef1a

Browse files
authored
Merge pull request #2921 from jupyterhub/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 2cbaf98 + c247f4f commit 05cef1a

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repos:
2222

2323
# Autoformat: Python code
2424
- repo: https://github.com/psf/black
25-
rev: 23.12.1
25+
rev: 24.1.1
2626
hooks:
2727
- id: black
2828
args:
@@ -73,7 +73,7 @@ repos:
7373
7474
# Lint: Python code
7575
- repo: https://github.com/PyCQA/flake8
76-
rev: "6.1.0"
76+
rev: "7.0.0"
7777
hooks:
7878
- id: flake8
7979

images/analytics-publisher/archiver.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""
22
Read event logs from stackdriver & export them to Google Cloud Storage
33
"""
4+
45
import argparse
56
import json
67
import tempfile

images/analytics-publisher/cloudcosts.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""
22
Produces daily summaries of GCP spending data.
33
"""
4+
45
import argparse
56
import csv
67
import io

tests/test_http.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Basic HTTP tests to make sure things are running"""
2+
23
import pprint
34

45
import pytest

0 commit comments

Comments
 (0)