From 81ecbbf77b18d3bcc6054227536b34a9252b8f15 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Fri, 26 Jan 2024 09:53:34 +0100 Subject: [PATCH] Pin black version to 23.12.1 Change-Id: Id96dc7d9179b4ab9be89cf0693872f5b1d561122 Signed-off-by: garciadeblas --- .../pin_black_version-f7723757bbe2746a.yaml | 21 +++++++++++++++++++ tox.ini | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 releasenotes/notes/pin_black_version-f7723757bbe2746a.yaml diff --git a/releasenotes/notes/pin_black_version-f7723757bbe2746a.yaml b/releasenotes/notes/pin_black_version-f7723757bbe2746a.yaml new file mode 100644 index 00000000..5032dabf --- /dev/null +++ b/releasenotes/notes/pin_black_version-f7723757bbe2746a.yaml @@ -0,0 +1,21 @@ +####################################################################################### +# Copyright ETSI Contributors and Others. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or +# implied. +# See the License for the specific language governing permissions and +# limitations under the License. +####################################################################################### +--- +other: + - | + Pin black version to 23.12.1. + diff --git a/tox.ini b/tox.ini index 300fda5d..72cf08ca 100644 --- a/tox.ini +++ b/tox.ini @@ -43,7 +43,7 @@ commands = ####################################################################################### [testenv:black] -deps = black +deps = black==23.12.1 skip_install = true commands = black --check --diff NG-RO -- 2.17.1