Skip to content

Commit

Permalink
Update formatting.yaml (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
zktuong authored Nov 18, 2024
1 parent bd9d6cc commit bb6598c
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions .github/workflows/formatting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4

- name: Install black
run: python -m pip install black

- name: Run black
run: black --config pyproject.toml --check .
- name: Black
uses: psf/black@stable
with:
options: "--config pyproject.toml --check"
src: "."

docstring:
name: Check docstring compliance.
Expand All @@ -40,8 +40,5 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4

- name: Install interrogate
run: python -m pip install interrogate

- name: Run interrogate
run: interrogate .
- name: Interrogate
uses: JackMcKew/python-interrogate-check@main

0 comments on commit bb6598c

Please sign in to comment.