Skip to content

Commit 4e6e2df

Browse files
Remove duplicates
1 parent 0c9c796 commit 4e6e2df

File tree

2 files changed

+6
-25
lines changed

2 files changed

+6
-25
lines changed

.github/workflows/formatter.yml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
pull_request:
55
push:
66

7+
env:
8+
SKIP: pylint
9+
710
jobs:
811
Formatter:
912
runs-on: ubuntu-latest
@@ -13,14 +16,8 @@ jobs:
1316
- uses: actions/checkout@v4.1.1
1417
with:
1518
ref: ${{ github.head_ref }}
16-
- uses: isort/isort-action@v1.1.0
17-
with:
18-
configuration: "--settings-file=.isort.cfg"
19-
requirements-files: "requirements.txt"
20-
- uses: psf/black@stable
21-
with:
22-
options: "--line-length=120"
23-
version: "24.2.0"
19+
- uses: actions/setup-python@v5.0.0
20+
- uses: pre-commit/action@v3.0.1
2421
- uses: stefanzweifel/git-auto-commit-action@v5.0.0
2522
with:
26-
commit_message: "Format code with isort and black"
23+
commit_message: "Run formatters"

.github/workflows/pre-commit.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)