Skip to content

Commit

Permalink
Revert to targeting .
Browse files Browse the repository at this point in the history
  • Loading branch information
elliot-100 committed May 23, 2024
1 parent e86d22e commit 3f9c098
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,10 @@ jobs:
# Exit with error if the code is not properly formatted; show diffs;
# `black` compatibility.
# The diffs should be the same as fixes made by running `isort .` in the root
# project folder, which picks up config from `pyproject.toml` and checks
# formatting in these directories
# project folder, which picks up config from `pyproject.toml`
run: |
source $VENV
isort spond --check-only --diff --profile black
isort tests --check-only --diff --profile black
isort . --check-only --diff --profile black
- name: Lint with black
# by default: exit with error if the code is not properly formatted; show diffs
uses: psf/black@stable
Expand Down

0 comments on commit 3f9c098

Please sign in to comment.