Skip to content

Commit

Permalink
3.13 Path objects are probably nice, but a little early for them perhaps
Browse files Browse the repository at this point in the history
  • Loading branch information
dnil committed Nov 22, 2024
1 parent f379c58 commit 7efe5a6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/linting_and_fixing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,3 @@ jobs:
# stop the build if there are Python syntax errors or undefined names
flake8: true
flake8_args: "stranger/ --count --select=E9,F63,F7,F82 --show-source --statistics"

2 changes: 1 addition & 1 deletion stranger/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def print_version(ctx, param, value):
@click.option(
"-f",
"--repeats-file",
type=click.Path(exists=True),
type=click.Path(exists=True, path_type=str,),
help="Path to a file with repeat definitions. See README for explanation",
default=repeats_json_path,
show_default=True,
Expand Down

0 comments on commit 7efe5a6

Please sign in to comment.