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 405e5b7 commit 8127dafCopy full SHA for 8127daf
.github/workflows/Test.yml
@@ -38,16 +38,15 @@ jobs:
38
- name: Install dependencies
39
run: |
40
python -m pip install --upgrade pip
41
- pip install . pytest pytest-md pytest-emoji flake8
+ pip install . pytest pytest-md pytest-emoji pre-commit
42
43
- name: Set timezone
44
uses: szenius/[email protected]
45
with:
46
timezoneLinux: 'Europe/Berlin'
47
48
- - name: Lint with flake8
49
- run: |
50
- flake8 . --count --statistics
+ - name: Run pre-commit linters
+ run: 'pre-commit run --all-files'
51
52
- name: Run pytest
53
uses: pavelzw/pytest-action@v2
0 commit comments