Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/feature/django-42-c…
Browse files Browse the repository at this point in the history
…ompat' into feature/django-42-compat
  • Loading branch information
FreemanPancake authored Mar 11, 2024
2 parents ce29b10 + 2c00ce5 commit 898eef9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: '3.10'
- name: Install flake8
run: pip install --upgrade flake8
- name: Run flake8
Expand All @@ -29,10 +29,10 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: '3.10'
- run: python -m pip install isort
- name: isort
uses: liskin/gh-problem-matcher-wrap@v1
with:
linters: isort
run: isort -c -rc -df ./
run: isort -c -rc -df ./

0 comments on commit 898eef9

Please sign in to comment.