Skip to content

Commit d715d23

Browse files
authored
Fidelity 20230314 085746 (#17)
* test github action Signed-off-by: elmsdata <[email protected]> * remove flag for testing Signed-off-by: elmsdata <[email protected]> * increment isort Signed-off-by: elmsdata <[email protected]> * added extra line Signed-off-by: elmsdata <[email protected]> * test isort version Signed-off-by: elmsdata <[email protected]> * fix isort version Signed-off-by: elmsdata <[email protected]> * changed mirrors mypy version Signed-off-by: elmsdata <[email protected]> * changed mirrors mypy version Signed-off-by: elmsdata <[email protected]> * changed mirrors mypy version Signed-off-by: elmsdata <[email protected]> * changed mirrors mypy version Signed-off-by: elmsdata <[email protected]> * changed python version Signed-off-by: elmsdata <[email protected]> * fixed end of file Signed-off-by: elmsdata <[email protected]> * removed test file Signed-off-by: elmsdata <[email protected]> * Added flag back to main file Signed-off-by: elmsdata <[email protected]> * test yaml format change Signed-off-by: elmsdata <[email protected]> * remove with Signed-off-by: elmsdata <[email protected]> * reset python version Signed-off-by: elmsdata <[email protected]> --------- Signed-off-by: elmsdata <[email protected]>
1 parent ba08b1f commit d715d23

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Setup Python
1111
uses: actions/setup-python@v4
1212
with:
13-
python-version: '3.x'
13+
python-version: '3.9'
1414
- name: Install dependencies
1515
run: |
1616
python3 -m pip install pre-commit
@@ -38,4 +38,4 @@ jobs:
3838
- name: Codecov
3939
uses: codecov/[email protected]
4040
with:
41-
- flags: all
41+
flags: all

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repos:
2020
- id: trailing-whitespace
2121

2222
- repo: https://github.com/pycqa/isort
23-
rev: 5.9.3
23+
rev: 5.12.0
2424
hooks:
2525
- id: isort
2626
files: ".*"

codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ flag_management:
2828
statuses:
2929
- type: project
3030
target: 100
31-
threshold: 1%
31+
threshold: 1%

0 commit comments

Comments
 (0)