diff --git a/.codespell-ignores b/.ci/linters/.codespell-ignores similarity index 100% rename from .codespell-ignores rename to .ci/linters/.codespell-ignores diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f207cfd..bdf3c52 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ repos: rev: v2.2.5 hooks: - id: codespell - args: [--ignore-words=.codespell-ignores] + args: [--ignore-words=.ci/linters/.codespell-ignores] exclude: > (?x)^( .+\.vendor\/.*$| @@ -93,4 +93,4 @@ repos: - --verbose - id: hadolint args: - - --config=.ci/linters/.hadolint.yaml + - --config=.ci/linters/.hadolint.yaml \ No newline at end of file