diff --git a/.github/linters/.flake8 b/.github/linters/.flake8 deleted file mode 100644 index 6deafc2..0000000 --- a/.github/linters/.flake8 +++ /dev/null @@ -1,2 +0,0 @@ -[flake8] -max-line-length = 120 diff --git a/.github/linters/.markdownlint.yaml b/.markdownlint.yaml similarity index 100% rename from .github/linters/.markdownlint.yaml rename to .markdownlint.yaml diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index dadd36a..8b23fe7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: - id: yamllint args: - -c - - ".github/linters/.yamllint.yaml" + - ".yamllint.yaml" - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.4.0 @@ -29,7 +29,7 @@ repos: - id: check-executables-have-shebangs - repo: https://github.com/Lucas-C/pre-commit-hooks - rev: v1.5.3 + rev: v1.5.4 hooks: - id: forbid-crlf - id: forbid-tabs diff --git a/.github/linters/.yamllint.yaml b/.yamllint.yaml similarity index 100% rename from .github/linters/.yamllint.yaml rename to .yamllint.yaml