Update .pre-commit-config.yaml to enable fail_fast option and add eslint repository

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-05-02 18:51:22 -03:00
commit c9a9ca2958

View file

@ -1,3 +1,4 @@
fail_fast: true
repos:
- repo: https://github.com/pre-commit/mirrors-eslint
rev: "v9.1.1"