From fc5f8adef278218f90b38fb0aec01128c852290d Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Sat, 4 Dec 2021 11:35:17 +0000 Subject: [PATCH] Fix name of pre-commit file Without this, it is failing with: ``` An error has occurred: InvalidConfigError: =====> .pre-commit-config.yaml is not a file ``` ... locally, and [on pre-commit.ci](https://results.pre-commit.ci/run/github/367233/1638617692.MJfSfSpAStKRpS_gf4Wieg). --- pre-commit-config.yaml => .pre-commit-config.yaml | 1 - 1 file changed, 1 deletion(-) rename pre-commit-config.yaml => .pre-commit-config.yaml (98%) diff --git a/pre-commit-config.yaml b/.pre-commit-config.yaml similarity index 98% rename from pre-commit-config.yaml rename to .pre-commit-config.yaml index b28ff08..293dcde 100644 --- a/pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,4 +1,3 @@ ---- repos: - repo: https://github.com/PyCQA/isort rev: 5.9.3