diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 2a0802271..fdbda4ea2 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -22,7 +22,7 @@ jobs: - name: Setup python uses: actions/setup-python@v5 with: - python-version: "3.11" + python-version: "3.13" - name: Format python code with black uses: psf/black@stable - uses: actions/setup-node@v4 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 326e06880..523969a45 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -60,4 +60,4 @@ repos: rev: 25.1.0 hooks: - id: black - language_version: python3.11 + language_version: python3.13