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 6c747f1 commit 4f9bf4bCopy full SHA for 4f9bf4b
.github/workflows/ci.yml
@@ -13,6 +13,8 @@ jobs:
13
uses: "actions/checkout@v2"
14
- name: "Setup environment"
15
uses: "networktocode/gh-action-setup-poetry-environment@v1"
16
+ with:
17
+ python-version: "3.9.7"
18
- name: "Linting: black"
19
run: "poetry run invoke black"
20
bandit:
0 commit comments