diff --git a/docs/_quarto.yml b/docs/_quarto.yml
index ee512938f..66aac42d9 100644
--- a/docs/_quarto.yml
+++ b/docs/_quarto.yml
@@ -157,6 +157,8 @@ quartodoc:
- name: Validate.col_vals_outside
- name: Validate.col_vals_in_set
- name: Validate.col_vals_not_in_set
+ - name: Validate.col_vals_increasing
+ - name: Validate.col_vals_decreasing
- name: Validate.col_vals_null
- name: Validate.col_vals_not_null
- name: Validate.col_vals_regex
diff --git a/pointblank/_constants.py b/pointblank/_constants.py
index e45d5c191..a8e20bf47 100644
--- a/pointblank/_constants.py
+++ b/pointblank/_constants.py
@@ -36,6 +36,8 @@
"col_vals_not_in_set": "not_in_set",
"col_vals_regex": "regex",
"col_vals_within_spec": "within_spec",
+ "col_vals_increasing": "increasing",
+ "col_vals_decreasing": "decreasing",
"col_vals_null": "null",
"col_vals_not_null": "not_null",
"col_vals_expr": "expr",
@@ -81,6 +83,8 @@
"col_vals_not_in_set",
"col_vals_regex",
"col_vals_within_spec",
+ "col_vals_increasing",
+ "col_vals_decreasing",
"col_vals_null",
"col_vals_not_null",
"col_vals_expr",
@@ -310,6 +314,30 @@
+""",
+ "col_vals_increasing": """
+""",
+ "col_vals_decreasing": """
+""",
"col_vals_null": """