Excludes devcontainer.json from the pre-commit (#4702)

* Corrected 'or' translation to pt-br

* Excludes devcontainer.json from the pre-commit
This commit is contained in:
mpsantos 2023-11-28 10:09:31 -03:00 committed by GitHub
parent cff43eb658
commit f7a79d6c5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
exclude: '^docs/|/migrations/'
exclude: '^docs/|/migrations/|devcontainer.json'
default_stages: [commit]
repos: