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"