We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d6449bb + 81eb020 commit fa08030Copy full SHA for fa08030
.pre-commit-config.yaml
@@ -25,7 +25,7 @@ repos:
25
exclude: &exclude_pattern 'iv_weak_instruments.ipynb'
26
args: ["--maxkb=1500"]
27
- repo: https://github.com/astral-sh/ruff-pre-commit
28
- rev: v0.14.2
+ rev: v0.14.3
29
hooks:
30
# Run the linter
31
- id: ruff
causalpy/experiments/__init__.py
@@ -11,3 +11,4 @@
11
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
+"""Quasi-experimental designs for causal inference."""
0 commit comments