We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d902fd9 commit a436993Copy full SHA for a436993
.github/workflows/build.yml
@@ -42,7 +42,8 @@ jobs:
42
pip install pytest-cov --user
43
pip install ./azure-kusto-data[aio,pandas] ./azure-kusto-ingest[aio,pandas] --user
44
pip freeze
45
- - uses: psf/black@stable
+ # We have to use an old version of this plugin, as the new one assumes python 3.8
46
+ - uses: psf/black@c8f1a5542c257491e1e093b1404481ece7f7e02c
47
with:
48
options: "--check --diff --line-length 160"
49
version: "23.3.0"
0 commit comments