Skip to content

Commit 7ad5dd8

Browse files
committed
isort fix and update pre-commit config
1 parent 48cc6ff commit 7ad5dd8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-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/timothycrosley/isort
3-
rev: 4.3.21
3+
rev: 5.0.4
44
hooks:
55
- id: isort
66
- repo: https://github.com/ambv/black

python/setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
44
import sysconfig
55
from distutils.sysconfig import get_python_lib
66

7-
import versioneer
87
from Cython.Build import cythonize
98
from setuptools import find_packages, setup
109
from setuptools.extension import Extension
1110

11+
import versioneer
12+
1213
install_requires = ["numba", "cython"]
1314
cython_lib = ["rmm/_lib/**/*.pyx"]
1415
cython_tests = ["rmm/tests/**/*.pyx"]

0 commit comments

Comments
 (0)