Unverified Commit efa38caa authored by Hailey Schoelkopf's avatar Hailey Schoelkopf Committed by GitHub
Browse files

Merge pull request #895 from chrisociepa/update-python-version-in-precommit-config

Change Python Version to 3.8 in .pre-commit-config.yaml and GitHub Actions
parents 0aa37743 bf275d00
...@@ -22,10 +22,10 @@ jobs: ...@@ -22,10 +22,10 @@ jobs:
steps: steps:
- name: Checkout Code - name: Checkout Code
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Set up Python 3.9 - name: Set up Python 3.8
uses: actions/setup-python@v4 uses: actions/setup-python@v4
with: with:
python-version: 3.9 python-version: 3.8
cache: pip cache: pip
cache-dependency-path: setup.py cache-dependency-path: setup.py
- name: Install dependencies - name: Install dependencies
......
...@@ -33,7 +33,7 @@ repos: ...@@ -33,7 +33,7 @@ repos:
rev: 22.3.0 rev: 22.3.0
hooks: hooks:
- id: black - id: black
language_version: python3.9 language_version: python3.8
- repo: https://github.com/codespell-project/codespell - repo: https://github.com/codespell-project/codespell
rev: v2.1.0 rev: v2.1.0
hooks: hooks:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment