Skip to content

Commit

Permalink
bugfix: Set lint target version to py310
Browse files Browse the repository at this point in the history
  • Loading branch information
NucciTheBoss committed Feb 8, 2024
1 parent 36cdf18 commit 6ff4de8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ deps =
commands =
codespell {[vars]all_path}
ruff {[vars]all_path}
black --check --diff {[vars]all_path}
black --check --diff --target-version py310 {[vars]all_path}
yamllint --strict {[vars]snap_path}

0 comments on commit 6ff4de8

Please sign in to comment.