Skip to content
This repository was archived by the owner on Nov 11, 2025. It is now read-only.

Commit 70e7105

Browse files
committed
fixup! fixup! fixup! Add Github issues and PRs scanner
1 parent 6b2228d commit 70e7105

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ jobs:
2929
steps:
3030
- uses: actions/checkout@v2
3131
- uses: actions/setup-python@v2
32-
- run: pip install '.[devel]'
32+
with:
33+
python-version: '3.9.4'
34+
- run: pip install -e '.[devel]'
3335
- run: pre-commit install
3436
- run: pre-commit run --all-files
3537
run-tests:
@@ -39,6 +41,6 @@ jobs:
3941
- uses: actions/checkout@v2
4042
- uses: actions/setup-python@v2
4143
with:
42-
python-version: '3.8'
44+
python-version: '3.9.4'
4345
- run: pip install '.[devel]'
4446
- run: pytest tests

.pre-commit-config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ repos:
135135
- id: pylint
136136
name: Pylint on all sources
137137
entry: pylint
138-
rev: 'v2.7.4'
139138
language: system
140139
types: [python]
141140

0 commit comments

Comments
 (0)