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 6cc3f5c commit e808e7dCopy full SHA for e808e7d
.github/workflows/build-test-lint.yml
@@ -25,6 +25,8 @@ jobs:
25
python -m venv venv
26
source venv/bin/activate
27
pip install --upgrade pip
28
+ pip install black
29
+ pip install flake8
30
pip install -r requirements.txt -r requirements/dev.txt
31
working-directory: xero-python
32
0 commit comments