diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index fda6392d..48e5ea26 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -11,4 +11,6 @@ jobs: steps: - uses: actions/checkout@v3 - uses: actions/setup-python@v5 + with: + python-version: 3.11 - uses: pre-commit/action@v3.0.0 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7762f76e..70ca7471 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: # supported by your project here, or alternatively use # pre-commit's default_language_version, see # https://pre-commit.com/#top_level-default_language_version - language_version: python3.11 + # language_version: python3.11 # - repo: https://github.com/astral-sh/ruff-pre-commit # rev: v0.1.2 # hooks: