We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78149b5 commit 75bad91Copy full SHA for 75bad91
.pre-commit-config.yaml
@@ -42,7 +42,7 @@ repos:
42
types: [python]
43
language: system
44
pass_filenames: false
45
- exclude: ^README\.v2\.md$
+ exclude: ^README(\.v2)?\.md$
46
- id: pyright
47
name: pyright
48
entry: uv run --frozen pyright
pyproject.toml
@@ -123,7 +123,7 @@ executionEnvironments = [
123
[tool.ruff]
124
line-length = 120
125
target-version = "py310"
126
-extend-exclude = ["README.v2.md"]
+extend-exclude = ["README.md", "README.v2.md"]
127
128
[tool.ruff.lint]
129
select = [
0 commit comments