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 407cf43 commit 9d75fd9Copy full SHA for 9d75fd9
.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 --check .
.github/workflows/model_tests.yml
@@ -16,7 +16,7 @@ jobs:
path: ""
20
21
- run: |
22
pip install pytest
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