We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc1f227 commit 68aaf34Copy full SHA for 68aaf34
.pre-commit-config.yaml
@@ -28,7 +28,8 @@ repos:
28
- id: ruff-check
29
name: ruff-doc
30
files: doc/data/messages
31
- exclude: doc/data/messages/u/unreachable-match-patterns/bad.py
+ # Please exclude using doc/data/ruff.toml
32
+ # exclude: "" # Leave empty
33
- repo: https://github.com/Pierre-Sassoulas/copyright_notice_precommit
34
rev: 0.1.2
35
hooks:
0 commit comments