Skip to content

Commit

Permalink
Adapt python version for pre-commit checks
Browse files Browse the repository at this point in the history
  • Loading branch information
merydian committed Aug 17, 2023
1 parent a4929ed commit 01e0dc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Install Python
uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: 3.9
- name: Install and run pre-commit
uses: pre-commit/action@v2.0.0
with:
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ repos:
- id: black
args: # arguments to configure black
- --line-length=80
language_version: python3.10
language_version: python3.9
# - repo: https://gitlab.com/pycqa/flake8
# rev: "3.9.2"
# hooks:
Expand Down

0 comments on commit 01e0dc4

Please sign in to comment.