Skip to content

Commit

Permalink
Update isort to 5.10.1 (#1069)
Browse files Browse the repository at this point in the history
Updating isort to align with changes in cudf.

Authors:
  - Vyas Ramasubramani (https://github.com/vyasr)

Approvers:
  - Bradley Dice (https://github.com/bdice)
  - AJ Schmidt (https://github.com/ajschmidt8)

URL: #1069
  • Loading branch information
vyasr authored Jul 14, 2022
1 parent 5ac89d1 commit 7f7f9cb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pycqa/isort
rev: 5.6.4
rev: 5.10.1
hooks:
- id: isort
args: ["--settings-path=python/setup.cfg"]
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/rmm_dev_cuda11.5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
- cmakelang=0.6.13
- flake8=3.8.3
- black=22.3.0
- isort=5.6.4
- isort=5.10.1
- python>=3.8,<3.10
- numba>=0.49
- numpy>=1.19
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/rmm_dev_cuda11.6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
- cmakelang=0.6.13
- flake8=3.8.3
- black=22.3.0
- isort=5.6.4
- isort=5.10.1
- python>=3.8,<3.10
- numba>=0.49
- numpy>=1.19
Expand Down

0 comments on commit 7f7f9cb

Please sign in to comment.