Skip to content

Commit e870331

Browse files
committed
Add config
1 parent d524b74 commit e870331

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
@@ -129,7 +129,8 @@ repos:
129129
additional_dependencies:
130130
- black==23.12.1
131131
types_or: [rst]
132-
args: ["--skip-errors", "--skip-string-normalization", "--line-length=60"]
132+
args: ["--skip-errors", "--skip-string-normalization"]
133+
exclude: ^pandas/doc/source/whatsnew/
133134
- repo: local
134135
hooks:
135136
- id: pyright

0 commit comments

Comments
 (0)