Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
For more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Mar 25, 2024
1 parent 944d9f3 commit c79e978
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Configuration file for the Sphinx documentation builder."""

#
# This file only contains a selection of the most common options. For a full
# list see the documentation:
Expand Down
1 change: 1 addition & 0 deletions src/ferc1_eia_match/candidate_set_creation.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Blocking methods to create a candidate set of tuples matches."""

import logging

import faiss
Expand Down
1 change: 1 addition & 0 deletions src/ferc1_eia_match/config.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Helper functions to compute and output various metrics."""

import json
from pathlib import Path

Expand Down
1 change: 1 addition & 0 deletions src/ferc1_eia_match/metrics/blocking.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Helper functions to compute and output various metrics."""

from __future__ import annotations

import importlib.resources
Expand Down
1 change: 1 addition & 0 deletions src/ferc1_eia_match/metrics/compare.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Script to compare sets of metrics."""

import argparse
import sys
from pathlib import Path
Expand Down
1 change: 1 addition & 0 deletions src/ferc1_eia_match/metrics/compute.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Script to execute experiments and save metrics."""

import argparse
import logging
import sys
Expand Down
1 change: 1 addition & 0 deletions test/conftest.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""PyTest configuration module. Defines useful fixtures, command line args."""

import json
import logging
import os
Expand Down
1 change: 1 addition & 0 deletions test/integration/inputs_test.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Test that the EIA and FERC data inputs can be generated."""

import pytest
import sqlalchemy as sa

Expand Down
1 change: 1 addition & 0 deletions test/integration/jupyter_notebooks_test.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Test that jupyter notebooks can be run."""

from pathlib import Path

import nbformat
Expand Down
1 change: 1 addition & 0 deletions test/unit/name_cleaner_test.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""A dummy unit test so pytest has something to do."""

import logging

import pandas as pd
Expand Down

0 comments on commit c79e978

Please sign in to comment.