diff --git a/.github/workflows/python_style_checks.yml b/.github/workflows/python_style_checks.yml index b7b271c21c..3afd5acbd9 100644 --- a/.github/workflows/python_style_checks.yml +++ b/.github/workflows/python_style_checks.yml @@ -41,7 +41,7 @@ jobs: with: src: "." options: "--check" - verson: "22.12.0" + version: "22.12.0" flake8: runs-on: ubuntu-latest