diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ddfa663310227..01a585c19c456 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -225,7 +225,8 @@ repos: language: python entry: ./scripts/ci/pre_commit/check_deferrable_default.py pass_filenames: false - additional_dependencies: ['libcst>=1.1.0'] + # libcst doesn't have source wheels for all PY except PY3.12, excluding it + additional_dependencies: ['libcst>=1.1.0,!=1.8.0'] files: ^(providers/.*/)?airflow/.*/(sensors|operators)/.*\.py$ - repo: https://github.com/asottile/blacken-docs rev: 1.19.1