Skip to content

Commit dbe2fc1

Browse files
committed
🔧 config: change mypy config to ignore missing imports
1 parent 4dd5344 commit dbe2fc1

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

‎template/.pre-commit-config.yaml.jinja‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ repos:
3737
stages: [pre-commit]
3838
{%- endif %}
3939

40-
{%- if with_conventional_commits %}
40+
{% if with_conventional_commits -%}
4141
- repo: https://github.com/commitizen-tools/commitizen
4242
rev: v4.5.1
4343
hooks:

‎template/pyproject.toml.jinja‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ warn_unused_ignores = true
105105
show_column_numbers = true
106106
show_error_codes = true
107107
show_error_context = true
108+
# ignore_missing_imports = true
108109

109110
[tool.ruff]
110111
target-version = "py{{ min_python_version | replace('.', '') }}"

0 commit comments

Comments
 (0)