Skip to content

Commit

Permalink
fix lint git
Browse files Browse the repository at this point in the history
  • Loading branch information
aaxelb committed Sep 12, 2022
1 parent a262459 commit 8d815e4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test_djelme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,13 @@ permissions:
jobs:
lint:
runs-on: ubuntu-latest
container: python:3.7-slim
steps:
- uses: actions/checkout@v3
- run: pip install tox
- uses: actions/setup-python@v4
with:
python_version: 3.9 # must match language_version in .pre-commit-config.yaml
- run: alias python${{ steps.setup-py.outputs.python-version }}=${{ steps.setup-py.outputs.python-path }}
- run: pip install -U tox
- run: TOXENV=lint tox


Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ repos:
rev: 22.8.0
hooks:
- id: black
language_version: python3.7
language_version: python3.9
- repo: https://github.com/PyCQA/flake8
rev: 5.0.4
hooks:
Expand Down

0 comments on commit 8d815e4

Please sign in to comment.