We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c9c796 commit 4e6e2dfCopy full SHA for 4e6e2df
.github/workflows/formatter.yml
@@ -4,6 +4,9 @@ on:
4
pull_request:
5
push:
6
7
+env:
8
+ SKIP: pylint
9
+
10
jobs:
11
Formatter:
12
runs-on: ubuntu-latest
@@ -13,14 +16,8 @@ jobs:
13
16
- uses: actions/checkout@v4.1.1
14
17
with:
15
18
ref: ${{ github.head_ref }}
- - uses: isort/isort-action@v1.1.0
- with:
- configuration: "--settings-file=.isort.cfg"
19
- requirements-files: "requirements.txt"
20
- - uses: psf/black@stable
21
22
- options: "--line-length=120"
23
- version: "24.2.0"
+ - uses: actions/setup-python@v5.0.0
+ - uses: pre-commit/action@v3.0.1
24
- uses: stefanzweifel/git-auto-commit-action@v5.0.0
25
26
- commit_message: "Format code with isort and black"
+ commit_message: "Run formatters"
.github/workflows/pre-commit.yml
0 commit comments