Skip to content

Commit

Permalink
pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
phinate committed Jun 19, 2024
1 parent e936c5f commit 584f744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project_template/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,6 @@ unfixable = [
"F841", # Would remove unused variables
]
flake8-unused-arguments.ignore-variadic-names = true # allow unused *args/**kwargs
{% if typing != "no_typing" -%}
{%- if typing != "no_typing" -%}
isort.required-imports = ["from __future__ import annotations"]
{%- endif %}

0 comments on commit 584f744

Please sign in to comment.