Skip to content

Commit

Permalink
Fix pre-commit exclude skipping all files
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvothecoder committed Oct 26, 2023
1 parent b1f4e22 commit 7e6bbe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Configuration file for `pre-commit` tool.
# Source: https://pre-commit.com/#pre-commit-configyaml---top-level
exclude: "docs|node_modules|migrations|.git|.tox|.md|sample_setups/(external-setups|jsons)|tests/deprecated"
exclude: "docs|node_modules|migrations|.git|.tox|README.md|sample_setups/(external-setups|jsons)|tests/deprecated"
default_stages: [commit]
fail_fast: true

Expand Down

0 comments on commit 7e6bbe8

Please # to comment.