Skip to content

Commit 266302e

Browse files
authored
Merge pull request #167 from lucianopaz/fix_lint
Fix lint CI step
2 parents 02cd7be + b5afc19 commit 266302e

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/ci.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,11 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v3
1818
- name: Set up Python
19-
uses: actions/setup-python@v3
19+
uses: actions/setup-python@v4
2020
with:
2121
python-version: ${{ matrix.python-version }}
2222
- name: Run lint
23-
run: |
24-
make init
25-
make check_lint
23+
uses: pre-commit/[email protected]
2624

2725
test:
2826
runs-on: ubuntu-latest

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111
- id: check-yaml
1212
- id: check-added-large-files
1313
- repo: https://github.com/pycqa/isort
14-
rev: 5.11.4
14+
rev: 5.12.0
1515
hooks:
1616
- id: isort
1717
args: [--profile, black]

0 commit comments

Comments
 (0)