From 5e4954ba7cc5baf151652007c941eea2054c7839 Mon Sep 17 00:00:00 2001 From: Oleksandr Pavlyk Date: Wed, 1 Feb 2023 13:59:03 -0600 Subject: [PATCH] Use black 22.12.0 --- .github/workflows/python_style_checks.yml | 1 + .pre-commit-config.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/python_style_checks.yml b/.github/workflows/python_style_checks.yml index c81cf0e35e..b7b271c21c 100644 --- a/.github/workflows/python_style_checks.yml +++ b/.github/workflows/python_style_checks.yml @@ -41,6 +41,7 @@ jobs: with: src: "." options: "--check" + verson: "22.12.0" flake8: runs-on: ubuntu-latest diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 392a0f7e75..42d5a1bce8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/psf/black - rev: 22.10.0 + rev: 22.12.0 hooks: - id: black exclude: "versioneer.py|dpctl/_version.py"