This is an automated email from the ASF dual-hosted git repository.
dstandish pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 378c8faba1 Revert to isort version 5.11.2 in pre-commit (#28652)
378c8faba1 is described below
commit 378c8faba19d21b29abfff1705a8e7624aeabdc4
Author: Daniel Standish <[email protected]>
AuthorDate: Fri Dec 30 20:52:24 2022 -0800
Revert to isort version 5.11.2 in pre-commit (#28652)
Started getting CI failures that were inconsistent with local behavior.
Did not seem to respect pyproject.toml. Downgrading seems to fix.
---
.pre-commit-config.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 1c8f0dca00..6b1837c17b 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -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