diff --git a/.gitignore b/.gitignore index 9ceb2e5..9469ce2 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,6 @@ __pycache__/ *.py[cod] .idea .vscode/ -version + +# Disable woke checking for nhc.conf.tmpl +src/templates/nhc.conf.tmpl diff --git a/pyproject.toml b/pyproject.toml index b5a1663..3f5a323 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ log_cli_level = "INFO" # Spell checking tools configuration [tool.codespell] -skip = "build,lib,venv,icon.svg,.tox,.git,.mypy_cache,.ruff_cache,.vscode,.coverage,src/templates" +skip = "build,lib,venv,icon.svg,.tox,.git,.mypy_cache,.ruff_cache,.vscode,.coverage" # Formatting tools configuration [tool.black]