Skip to content

Commit

Permalink
Update to isort 5.10.1. (#11262)
Browse files Browse the repository at this point in the history
This version of isort supports [merging multiple configuration files](PyCQA/isort#1850), which should help us consolidate the config between the four Python packages maintained in this repo.

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

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

URL: #11262
  • Loading branch information
vyasr committed Jul 14, 2022
1 parent ed9355f commit d4809a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Expand Up @@ -2,7 +2,7 @@

repos:
- repo: https://github.com/PyCQA/isort
rev: 5.6.4
rev: 5.10.1
hooks:
- id: isort
alias: isort-cudf
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/cudf_dev_cuda11.5.yml
Expand Up @@ -42,7 +42,7 @@ dependencies:
- pip
- flake8=3.8.3
- black=22.3.0
- isort=5.6.4
- isort=5.10.1
- mypy=0.782
- doxygen=1.8.20
- pydocstyle=6.1.1
Expand Down

0 comments on commit d4809a1

Please sign in to comment.