Joshua Sundance Bailey commited on
Commit
c8b4603
·
1 Parent(s): a1b0a6f

exclude changelog from pre-commit

Browse files
Files changed (1) hide show
  1. .pre-commit-config.yaml +1 -1
.pre-commit-config.yaml CHANGED
@@ -7,7 +7,7 @@
7
  # I recommend running this until you pass all checks, and then commit.
8
  # Fix what you need to and then let the pre-commit hooks resolve their conflicts.
9
  # You may need to git add -u between runs.
10
- exclude: "(.idea)|(docs)"
11
  repos:
12
  - repo: https://github.com/charliermarsh/ruff-pre-commit
13
  rev: "v0.0.290"
 
7
  # I recommend running this until you pass all checks, and then commit.
8
  # Fix what you need to and then let the pre-commit hooks resolve their conflicts.
9
  # You may need to git add -u between runs.
10
+ exclude: "AI_CHANGELOG.md"
11
  repos:
12
  - repo: https://github.com/charliermarsh/ruff-pre-commit
13
  rev: "v0.0.290"