Skip to content

Commit

Permalink
Excludes devcontainer.json from the pre-commit (cookiecutter#4702)
Browse files Browse the repository at this point in the history
* Corrected 'or' translation to pt-br

* Excludes devcontainer.json from the pre-commit
  • Loading branch information
mpsantos authored Nov 28, 2023
1 parent cff43eb commit f7a79d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
exclude: '^docs/|/migrations/'
exclude: '^docs/|/migrations/|devcontainer.json'
default_stages: [commit]

repos:
Expand Down

0 comments on commit f7a79d6

Please sign in to comment.