Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/OpenNMT/CTranslate2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Klein <guillaumekln@users.noreply.github.com>2022-01-31 13:23:01 +0300
committerGitHub <noreply@github.com>2022-01-31 13:23:01 +0300
commit76964fffa24d68219081a8055bf8caceb24f469e (patch)
tree155bf4f4901227f73de55d05c43c03995683ad25 /.github
parent084df06bbfbb25a98a1663670584bd9b97088be5 (diff)
Update black to stable release (#703)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 15807152..5f0a04f0 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -268,7 +268,7 @@ jobs:
- name: Install dependencies
run: |
- python -m pip install black==20.8b1 flake8==3.8.*
+ python -m pip install black==22.* flake8==3.8.*
- name: Check code format with Black
working-directory: python