Skip to content

Commit

Permalink
Revert to isort version 5.11.2 in pre-commit (#28652)
Browse files Browse the repository at this point in the history
Started getting CI failures that were inconsistent with local behavior.  Did not seem to respect pyproject.toml.  Downgrading seems to fix.
  • Loading branch information
dstandish authored Dec 31, 2022
1 parent 36d887b commit 378c8fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ repos:
pass_filenames: false
require_serial: true
- repo: https://github.com/PyCQA/isort
rev: 5.11.4
rev: 5.11.2
hooks:
- id: isort
name: Run isort to sort imports in Python files
Expand Down

0 comments on commit 378c8fa

Please sign in to comment.