diff --git a/.github/scripts/.version b/.github/scripts/.version index 3e7bcf0..80e0d76 100644 --- a/.github/scripts/.version +++ b/.github/scripts/.version @@ -1 +1 @@ -v1.0.4 +v1.0.5 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 286c00e..00a030e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,3 +1,5 @@ +# Managed by NWarila/python-template — do not edit manually. +# Source: https://github.com/NWarila/python-template default_install_hook_types: [pre-commit, pre-push] repos: @@ -29,7 +31,7 @@ repos: - id: mypy args: ["--strict"] pass_filenames: false - entry: mypy scripts tests + entry: mypy src - repo: https://github.com/codespell-project/codespell rev: v2.4.1