Skip to content

Commit 76895d9

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 64c602b commit 76895d9

32 files changed

+35
-3
lines changed

development/testing/regression.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Create, run or investigate regression checks."""
2+
23
import pickle
34
import socket
45

development/testing/testing_pull_request.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Run a series of tests that are required for any pull request to be merged."""
2+
23
import socket
34

45
import click

docs/projects/_numerical_integration.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Auxiliary and plotting functions for the respy tutorial numerical integration."""
2+
23
import matplotlib.pyplot as plt
34
from matplotlib import ticker
45

respy/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
rp.<func>
1010
1111
"""
12+
1213
import pytest
1314

1415
from respy.config import ROOT_DIR

respy/_numba.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Special functions for using numba."""
2+
23
import warnings
34

45
import numba as nb

respy/conditional_draws.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Everything related to conditional draws for the maximum likelihood estimation."""
2+
23
import numpy as np
34
from estimagic.utilities import robust_cholesky
45
from numba import guvectorize

respy/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""General configuration for respy."""
2+
23
from pathlib import Path
34

45
import numpy as np

respy/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""This module includes code to configure pytest."""
2+
23
import os
34

45
import numpy as np

respy/data.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Everything related to the original data from Keane and Wolpin (1997)."""
2+
23
import numpy as np
34
import pandas as pd
45

respy/exogenous_processes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Utils for the inclusion of exogenous processes."""
2+
23
import functools
34

45
import numpy as np

0 commit comments

Comments
 (0)