Skip to content

Commit 5bbd13d

Browse files
authored
Merge pull request #34 from dnil/add_py_version
Add a .python-version file
2 parents 72b3397 + 25e237f commit 5bbd13d

File tree

5 files changed

+356
-273
lines changed

5 files changed

+356
-273
lines changed

.github/workflows/linting_and_fixing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: Check out git repository
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v6
1919

2020
- name: Ruff Lint and Format
2121
uses: astral-sh/ruff-action@v3

.github/workflows/woke.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Checkout
10-
uses: actions/checkout@v4
10+
uses: actions/checkout@v6
1111

1212
- name: woke
1313
uses: get-woke/woke-action@v0

.python-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.13

strdrop/cli/main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
)
3333

3434
EDIT_RATIO_CUTOFF = 0.9
35-
CASE_COVERAGE_RATIO_CUTOFF = 0.55
36-
ALPHA = 0.05
35+
CASE_COVERAGE_RATIO_CUTOFF = 0.66
36+
ALPHA = 0.1
3737

3838

3939
@app.callback()

0 commit comments

Comments
 (0)