Skip to content

Commit 63907f9

Browse files
committed
Remove language_version for black
Let's see if getting the default helps. 'linting' on Linux is failing with: RuntimeError: failed to find interpreter for Builtin discover of python_spec='python3.8'
1 parent bac07c3 commit 63907f9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install tox
3232
run: |
3333
python -m pip install --upgrade pip
34-
pip install tox
34+
pip install --upgrade virtualenv tox
3535
- name: Test
3636
run: |
3737
tox -e ${{ matrix.tox_env }}

.pre-commit-config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ repos:
55
hooks:
66
- id: black
77
args: [--safe, --quiet]
8-
language_version: python3.8
98
- repo: https://github.com/pre-commit/pre-commit-hooks
109
rev: v2.2.3
1110
hooks:

0 commit comments

Comments
 (0)