Skip to content

Commit

Permalink
Bump linter versions
Browse files Browse the repository at this point in the history
  • Loading branch information
walles committed Sep 14, 2024
1 parent 33b3dd3 commit c93d092
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion px/px_launchcounter.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def _get_minus_max_score(tuples_list: List[Tuple[str, int]]) -> int:


def sort_launchers_list(
launchers_list: List[List[Tuple[str, int]]]
launchers_list: List[List[Tuple[str, int]]],
) -> List[List[Tuple[str, int]]]:
return sorted(launchers_list, key=_get_minus_max_score)

Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
# https://github.com/tox-dev/tox/pull/1202
minversion = 3.8.0

mypy_version = 1.2.0
ruff_version = 0.1.3
mypy_version = 1.11.2
ruff_version = 0.6.5
pytest_version = 8.2.2
setuptools_version = 68.2.2

Expand Down

0 comments on commit c93d092

Please sign in to comment.