Skip to content

Commit

Permalink
Sort things out
Browse files Browse the repository at this point in the history
  • Loading branch information
rgieseke committed Jan 12, 2022
1 parent 4699a1f commit 4fab735
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
1 change: 1 addition & 0 deletions scripts/plot_example.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import os

import matplotlib.pyplot as plt

plt.style.use("ggplot")
plt.rcParams["figure.figsize"] = 10, 5
plt.rcParams["font.family"] = "serif"
Expand Down
4 changes: 1 addition & 3 deletions scripts/write_defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,9 @@
import ast
import configparser
import os

import pandas as pd

from pprint import pformat

import pandas as pd

# Default config from `ini`-file
default_config = os.path.join(os.path.dirname(__file__),
Expand Down
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ known_first_party = pyhector
line_length = 88
# multiline breaks like black:
multi_line_output = 3
not_skip = __init__.py
skip = versioneer.py, pyhector/_version.py

[tool:pytest]
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@
import os
import sys

import versioneer
from setuptools import Extension, setup
from setuptools.command.test import test as TestCommand

import versioneer

path = os.path.abspath(os.path.dirname(__file__))


Expand Down

0 comments on commit 4fab735

Please sign in to comment.