We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5dcb69 commit ef92379Copy full SHA for ef92379
.pre-commit-config.yaml
@@ -6,11 +6,13 @@ repos:
6
- id: check-yaml
7
- id: end-of-file-fixer
8
types: [python]
9
- - id: trailing-whitespace
10
- exclude: |
11
- (?x)^(
12
- data_structures/heap/binomial_heap.py
13
- )$
+ # Some doctests use print(x, sep=" ") and black will not fix inside triple quotes
+ # It is too confusing for new contributors to understand this and how to fix
+ #- id: trailing-whitespace
+ # exclude: |
+ # (?x)^(
14
+ # data_structures/heap/binomial_heap.py
15
+ # )$
16
- id: requirements-txt-fixer
17
- repo: https://github.com/psf/black
18
rev: stable
0 commit comments