@@ -71,16 +71,16 @@ def __init__(
7171 check: A custom rule or multiple rules to run for this column. This can be:
7272
7373 - A single callable that returns a non-aggregated boolean expression.
74- The name of the rule is derived from the callable name, or defaults to
75- "check" for lambdas.
74+ The name of the rule is derived from the callable name, or defaults to
75+ "check" for lambdas.
7676
7777 - A list of callables, where each callable returns a non-aggregated
78- boolean expression. The name of the rule is derived from the callable
79- name, or defaults to "check" for lambdas. Where multiple rules result
80- in the same name, the suffix __i is appended to the name.
78+ boolean expression. The name of the rule is derived from the callable
79+ name, or defaults to "check" for lambdas. Where multiple rules result
80+ in the same name, the suffix __i is appended to the name.
8181
8282 - A dictionary mapping rule names to callables, where each callable
83- returns a non-aggregated boolean expression.
83+ returns a non-aggregated boolean expression.
8484
8585 All rule names provided here are given the prefix `"check_"`.
8686 alias: An overwrite for this column's name which allows for using a column
@@ -213,16 +213,16 @@ def __init__(
213213 check: A custom rule or multiple rules to run for this column. This can be:
214214
215215 - A single callable that returns a non-aggregated boolean expression.
216- The name of the rule is derived from the callable name, or defaults to
217- "check" for lambdas.
216+ The name of the rule is derived from the callable name, or defaults to
217+ "check" for lambdas.
218218
219219 - A list of callables, where each callable returns a non-aggregated
220- boolean expression. The name of the rule is derived from the callable
221- name, or defaults to "check" for lambdas. Where multiple rules result
222- in the same name, the suffix __i is appended to the name.
220+ boolean expression. The name of the rule is derived from the callable
221+ name, or defaults to "check" for lambdas. Where multiple rules result
222+ in the same name, the suffix __i is appended to the name.
223223
224224 - A dictionary mapping rule names to callables, where each callable
225- returns a non-aggregated boolean expression.
225+ returns a non-aggregated boolean expression.
226226
227227 All rule names provided here are given the prefix `"check_"`.
228228 alias: An overwrite for this column's name which allows for using a column
@@ -367,16 +367,16 @@ def __init__(
367367 check: A custom rule or multiple rules to run for this column. This can be:
368368
369369 - A single callable that returns a non-aggregated boolean expression.
370- The name of the rule is derived from the callable name, or defaults to
371- "check" for lambdas.
370+ The name of the rule is derived from the callable name, or defaults to
371+ "check" for lambdas.
372372
373373 - A list of callables, where each callable returns a non-aggregated
374- boolean expression. The name of the rule is derived from the callable
375- name, or defaults to "check" for lambdas. Where multiple rules result
376- in the same name, the suffix __i is appended to the name.
374+ boolean expression. The name of the rule is derived from the callable
375+ name, or defaults to "check" for lambdas. Where multiple rules result
376+ in the same name, the suffix __i is appended to the name.
377377
378378 - A dictionary mapping rule names to callables, where each callable
379- returns a non-aggregated boolean expression.
379+ returns a non-aggregated boolean expression.
380380
381381 All rule names provided here are given the prefix `"check_"`.
382382 alias: An overwrite for this column's name which allows for using a column
@@ -535,16 +535,16 @@ def __init__(
535535 check: A custom rule or multiple rules to run for this column. This can be:
536536
537537 - A single callable that returns a non-aggregated boolean expression.
538- The name of the rule is derived from the callable name, or defaults to
539- "check" for lambdas.
538+ The name of the rule is derived from the callable name, or defaults to
539+ "check" for lambdas.
540540
541541 - A list of callables, where each callable returns a non-aggregated
542- boolean expression. The name of the rule is derived from the callable
543- name, or defaults to "check" for lambdas. Where multiple rules result
544- in the same name, the suffix __i is appended to the name.
542+ boolean expression. The name of the rule is derived from the callable
543+ name, or defaults to "check" for lambdas. Where multiple rules result
544+ in the same name, the suffix __i is appended to the name.
545545
546546 - A dictionary mapping rule names to callables, where each callable
547- returns a non-aggregated boolean expression.
547+ returns a non-aggregated boolean expression.
548548
549549 All rule names provided here are given the prefix `"check_"`.
550550 alias: An overwrite for this column's name which allows for using a column
0 commit comments