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).
This commit is contained in:
Adam Johnson 2021-12-04 11:35:17 +00:00 committed by Hasan Ramezani
parent 903f640ee1
commit fc5f8adef2

View file

@ -1,4 +1,3 @@
---
repos:
- repo: https://github.com/PyCQA/isort
rev: 5.9.3