1
0
mirror of https://github.com/tektoncd/catalog.git synced 2024-11-25 06:17:50 +00:00
catalog/task/black
vinamra28 9e8a006a38 Fix black task CI
Black task tests are failing with the following issue

```
Traceback (most recent call last):
  File "/tmp/python/.local/bin/black", line 8, in <module>
    sys.exit(patched_main())
  File "/tmp/python/.local/lib/python3.8/site-packages/black/__init__.py", line 1127, in patched_main
    patch_click()
  File "/tmp/python/.local/lib/python3.8/site-packages/black/__init__.py", line 1113, in patch_click
    from click import _unicodefun  # type: ignore
ImportError: cannot import name '_unicodefun' from 'click' (/tmp/python/.local/lib/python3.8/site-packages/click/__init__.py)
```

bumping the version of black in resources.yaml fixes the issue

Signed-off-by: vinamra28 <jvinamra776@gmail.com>
2022-04-01 14:14:24 +01:00
..
0.1 Add linux/amd64 platform annotation to the rest of the tasks 2021-10-29 17:08:38 +01:00
0.2 Fix black task CI 2022-04-01 14:14:24 +01:00