Skip to content

Commit

Permalink
Remove duplicates
Browse files Browse the repository at this point in the history
  • Loading branch information
mayankpatibandla committed Feb 21, 2024
1 parent 0c9c796 commit 4e6e2df
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 25 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/formatter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
pull_request:
push:

env:
SKIP: pylint

jobs:
Formatter:
runs-on: ubuntu-latest
Expand All @@ -13,14 +16,8 @@ jobs:
- uses: actions/[email protected]
with:
ref: ${{ github.head_ref }}
- uses: isort/[email protected]
with:
configuration: "--settings-file=.isort.cfg"
requirements-files: "requirements.txt"
- uses: psf/black@stable
with:
options: "--line-length=120"
version: "24.2.0"
- uses: actions/[email protected]
- uses: pre-commit/[email protected]
- uses: stefanzweifel/[email protected]
with:
commit_message: "Format code with isort and black"
commit_message: "Run formatters"
16 changes: 0 additions & 16 deletions .github/workflows/pre-commit.yml

This file was deleted.

0 comments on commit 4e6e2df

Please sign in to comment.