We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 02cd7be + b5afc19 commit 266302eCopy full SHA for 266302e
.github/workflows/ci.yml
@@ -16,13 +16,11 @@ jobs:
16
steps:
17
- uses: actions/checkout@v3
18
- name: Set up Python
19
- uses: actions/setup-python@v3
+ uses: actions/setup-python@v4
20
with:
21
python-version: ${{ matrix.python-version }}
22
- name: Run lint
23
- run: |
24
- make init
25
- make check_lint
+ uses: pre-commit/[email protected]
26
27
test:
28
runs-on: ubuntu-latest
.pre-commit-config.yaml
@@ -11,7 +11,7 @@ repos:
11
- id: check-yaml
12
- id: check-added-large-files
13
- repo: https://github.com/pycqa/isort
14
- rev: 5.11.4
+ rev: 5.12.0
15
hooks:
- id: isort
args: [--profile, black]
0 commit comments