Skip to content

Commit 68aaf34

Browse files
Update .pre-commit-config.yaml
Co-authored-by: Pierre Sassoulas <[email protected]>
1 parent cc1f227 commit 68aaf34

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ repos:
2828
- id: ruff-check
2929
name: ruff-doc
3030
files: doc/data/messages
31-
exclude: doc/data/messages/u/unreachable-match-patterns/bad.py
31+
# Please exclude using doc/data/ruff.toml
32+
# exclude: "" # Leave empty
3233
- repo: https://github.com/Pierre-Sassoulas/copyright_notice_precommit
3334
rev: 0.1.2
3435
hooks:

0 commit comments

Comments
 (0)