We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 047fe28 commit 105dd7eCopy full SHA for 105dd7e
1 file changed
.github/workflows/workflow.yml
@@ -26,6 +26,8 @@ jobs:
26
run: |
27
python -m pip install --upgrade pip
28
pip install -r requirements.txt
29
+ python -m black --version
30
+ python -m isort --version
31
- name: Run tests and linting
32
33
black --check githubauthlib tests
0 commit comments