Skip to content

Commit d9c5da7

Browse files
authored
Merge pull request #1001 from jupyter/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents adfd2f7 + 89cb673 commit d9c5da7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/asottile/reorder_python_imports
3-
rev: v2.7.1
3+
rev: v3.0.1
44
hooks:
55
- id: reorder-python-imports
66
- repo: https://github.com/psf/black

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
# -----------------------------------------------------------------------------
77
import os
88
import pipes
9-
from distutils import log
109
from subprocess import check_call
1110

11+
from distutils import log
1212
from setuptools import setup
1313
from setuptools.command.develop import develop
1414

0 commit comments

Comments
 (0)