Skip to content

Commit fa08030

Browse files
authored
Merge branch 'pymc-labs:main' into lm-type-hints
2 parents d6449bb + 81eb020 commit fa08030

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ repos:
2525
exclude: &exclude_pattern 'iv_weak_instruments.ipynb'
2626
args: ["--maxkb=1500"]
2727
- repo: https://github.com/astral-sh/ruff-pre-commit
28-
rev: v0.14.2
28+
rev: v0.14.3
2929
hooks:
3030
# Run the linter
3131
- id: ruff

causalpy/experiments/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14+
"""Quasi-experimental designs for causal inference."""

0 commit comments

Comments
 (0)