Skip to content

Commit

Permalink
Try rename black.toml to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
XuanWang-Amos committed Nov 21, 2023
1 parent bc6f428 commit 0fe75bb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/psm-interop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
options: "--check --config black.toml"
options: "--check --verbose"
version: "23.3.0"

isort-check:
Expand All @@ -72,7 +72,6 @@ jobs:
- uses: actions/checkout@v4
- uses: isort/isort-action@v1
with:
configuration: "--diff --check-only --dont-follow-links --settings-path=black.toml"
isort-version: "5.9.2"

pylint-check:
Expand Down
File renamed without changes.

0 comments on commit 0fe75bb

Please sign in to comment.