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 f4f2cbb commit 0e50fefCopy full SHA for 0e50fef
.github/workflows/black.yml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/checkout@v2
14
- uses: actions/setup-python@v2
15
with:
16
- python-version: 3.7
+ python-version: 3.8
17
cache: 'pip'
18
- run: pip install black==22.3.0
19
- run: black --diff .
.github/workflows/job_tests.yml
@@ -20,7 +20,7 @@ jobs:
20
path: "sisyphus"
21
22
23
24
25
- name: Setup Sisyphus environment
26
run: |
pyproject.toml
@@ -1,4 +1,4 @@
1
[tool.black]
2
line-length = 120
3
-target-version = ["py37"]
+target-version = ["py38"]
4
exclude = 'files'
0 commit comments