-
Notifications
You must be signed in to change notification settings - Fork 0
style: apply ruff formatting fixes #167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,19 +1,16 @@ | ||
| import csv | ||
| import numpy as np | ||
| import matplotlib.pyplot as plt | ||
| import itertools as it | ||
| import os | ||
| import sys | ||
|
|
||
| import matplotlib | ||
| import matplotlib.pyplot as plt | ||
| import matplotlib.ticker as mtick | ||
| import numpy as np | ||
| import pandas as pd | ||
| import pylab | ||
| from matplotlib.font_manager import FontProperties | ||
| from matplotlib.ticker import LogLocator, LinearLocator | ||
| import os | ||
| import pandas as pd | ||
| import sys | ||
| import matplotlib.ticker as mtick | ||
| from matplotlib.ticker import LinearLocator, LogLocator | ||
|
||
|
|
||
| OPT_FONT_NAME = 'Helvetica' | ||
| TICK_FONT_SIZE = 22 | ||
|
|
||
| Original file line number | Diff line number | Diff line change | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -1,24 +1,21 @@ | ||||||||||||||||
| #!/usr/bin/env python3 | ||||||||||||||||
| import csv | ||||||||||||||||
| import numpy as np | ||||||||||||||||
| import matplotlib.pyplot as plt | ||||||||||||||||
| import itertools as it | ||||||||||||||||
|
||||||||||||||||
| import os | ||||||||||||||||
| import sys | ||||||||||||||||
|
|
||||||||||||||||
| import accuBar as accuBar | ||||||||||||||||
| import groupBar as groupBar | ||||||||||||||||
| import groupBar2 as groupBar2 | ||||||||||||||||
| import groupLine as groupLine | ||||||||||||||||
| from autoParase import * | ||||||||||||||||
| import itertools as it | ||||||||||||||||
| import os | ||||||||||||||||
|
|
||||||||||||||||
| import matplotlib | ||||||||||||||||
| import matplotlib.pyplot as plt | ||||||||||||||||
| import numpy as np | ||||||||||||||||
| import pandas as pd | ||||||||||||||||
|
||||||||||||||||
| import pylab | ||||||||||||||||
| from autoParase import * | ||||||||||||||||
|
||||||||||||||||
| from autoParase import * | |
| import importlib | |
| autoParase = importlib.import_module("autoParase") | |
| globals().update( | |
| {name: value for name, value in vars(autoParase).items() if not name.startswith("_")} | |
| ) |
Copilot
AI
Jan 9, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Import of 'LogLocator' is not used.
Import of 'LinearLocator' is not used.
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,25 +1,21 @@ | ||||||
| #!/usr/bin/env python3 | ||||||
| import csv | ||||||
| import numpy as np | ||||||
| import matplotlib.pyplot as plt | ||||||
| import accuBar as accuBar | ||||||
| import groupBar2 as groupBar2 | ||||||
| import groupLine as groupLine | ||||||
| from autoParase import * | ||||||
| import itertools as it | ||||||
| import os | ||||||
| import sys | ||||||
|
|
||||||
| import accuBar as accuBar | ||||||
|
||||||
| import groupBar2 as groupBar2 | ||||||
| import groupLine as groupLine | ||||||
|
||||||
| import matplotlib | ||||||
| import matplotlib.pyplot as plt | ||||||
| import numpy as np | ||||||
| import pandas as pd | ||||||
|
||||||
| import pylab | ||||||
| from matplotlib.font_manager import FontProperties | ||||||
| from autoParase import * | ||||||
|
||||||
| from autoParase import * | |
| import autoParase |
Copilot
AI
Jan 9, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Import of 'LogLocator' is not used.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,11 +3,11 @@ | |
|
|
||
| import matplotlib | ||
| import matplotlib.pyplot as plt | ||
| import matplotlib.ticker as mtick | ||
| import numpy as np | ||
| import pylab | ||
| from matplotlib.font_manager import FontProperties | ||
| from matplotlib.ticker import LogLocator, LinearLocator | ||
| import matplotlib.ticker as mtick | ||
| from matplotlib.ticker import LinearLocator, LogLocator | ||
|
||
|
|
||
| OPT_FONT_NAME = 'Helvetica' | ||
| TICK_FONT_SIZE = 24 | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,19 +1,16 @@ | ||
| import csv | ||
| import numpy as np | ||
| import matplotlib.pyplot as plt | ||
| import itertools as it | ||
| import os | ||
| import sys | ||
|
||
|
|
||
| import matplotlib | ||
| import matplotlib.pyplot as plt | ||
| import matplotlib.ticker as mtick | ||
| import numpy as np | ||
| import pandas as pd | ||
| import pylab | ||
| from matplotlib.font_manager import FontProperties | ||
| from matplotlib.ticker import LogLocator, LinearLocator | ||
| import os | ||
| import pandas as pd | ||
| import sys | ||
| import matplotlib.ticker as mtick | ||
| from matplotlib.ticker import LinearLocator, LogLocator | ||
|
||
|
|
||
| OPT_FONT_NAME = 'Helvetica' | ||
| TICK_FONT_SIZE = 22 | ||
|
|
||
| Original file line number | Diff line number | Diff line change | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -1,24 +1,21 @@ | ||||||||||||||||||
| #!/usr/bin/env python3 | ||||||||||||||||||
| import csv | ||||||||||||||||||
| import numpy as np | ||||||||||||||||||
| import matplotlib.pyplot as plt | ||||||||||||||||||
| import itertools as it | ||||||||||||||||||
|
||||||||||||||||||
| import os | ||||||||||||||||||
| import sys | ||||||||||||||||||
|
|
||||||||||||||||||
| import accuBar as accuBar | ||||||||||||||||||
| import groupBar as groupBar | ||||||||||||||||||
| import groupBar2 as groupBar2 | ||||||||||||||||||
| import groupLine as groupLine | ||||||||||||||||||
| from autoParase import * | ||||||||||||||||||
| import itertools as it | ||||||||||||||||||
| import os | ||||||||||||||||||
|
|
||||||||||||||||||
| import matplotlib | ||||||||||||||||||
| import matplotlib.pyplot as plt | ||||||||||||||||||
| import numpy as np | ||||||||||||||||||
| import pandas as pd | ||||||||||||||||||
|
||||||||||||||||||
| import pylab | ||||||||||||||||||
| from autoParase import * | ||||||||||||||||||
|
||||||||||||||||||
| from autoParase import * | |
| import autoParase as _autoParase | |
| # Populate this module's namespace with public names from autoParase | |
| # while avoiding "from autoParase import *", which pollutes the namespace. | |
| for _name in dir(_autoParase): | |
| if not _name.startswith("_"): | |
| globals()[_name] = getattr(_autoParase, _name) | |
| del _name |
Copilot
AI
Jan 9, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Import of 'LogLocator' is not used.
Import of 'LinearLocator' is not used.
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,25 +1,21 @@ | ||||||
| #!/usr/bin/env python3 | ||||||
| import csv | ||||||
| import numpy as np | ||||||
| import matplotlib.pyplot as plt | ||||||
| import accuBar as accuBar | ||||||
| import groupBar2 as groupBar2 | ||||||
| import groupLine as groupLine | ||||||
| from autoParase import * | ||||||
| import itertools as it | ||||||
| import os | ||||||
| import sys | ||||||
|
|
||||||
| import accuBar as accuBar | ||||||
|
||||||
| import groupBar2 as groupBar2 | ||||||
| import groupLine as groupLine | ||||||
|
||||||
| import matplotlib | ||||||
| import matplotlib.pyplot as plt | ||||||
| import numpy as np | ||||||
| import pandas as pd | ||||||
|
||||||
| import pylab | ||||||
| from matplotlib.font_manager import FontProperties | ||||||
| from autoParase import * | ||||||
|
||||||
| from autoParase import * | |
| import autoParase |
Copilot
AI
Jan 9, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Import of 'LogLocator' is not used.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,11 +3,11 @@ | |
|
|
||
| import matplotlib | ||
| import matplotlib.pyplot as plt | ||
| import matplotlib.ticker as mtick | ||
| import numpy as np | ||
| import pylab | ||
| from matplotlib.font_manager import FontProperties | ||
| from matplotlib.ticker import LogLocator, LinearLocator | ||
| import matplotlib.ticker as mtick | ||
| from matplotlib.ticker import LinearLocator, LogLocator | ||
|
||
|
|
||
| OPT_FONT_NAME = 'Helvetica' | ||
| TICK_FONT_SIZE = 24 | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,19 +1,16 @@ | ||
| import csv | ||
| import numpy as np | ||
| import matplotlib.pyplot as plt | ||
| import itertools as it | ||
| import os | ||
| import sys | ||
|
||
|
|
||
| import matplotlib | ||
| import matplotlib.pyplot as plt | ||
| import matplotlib.ticker as mtick | ||
| import numpy as np | ||
| import pandas as pd | ||
| import pylab | ||
| from matplotlib.font_manager import FontProperties | ||
| from matplotlib.ticker import LogLocator, LinearLocator | ||
| import os | ||
| import pandas as pd | ||
| import sys | ||
| import matplotlib.ticker as mtick | ||
| from matplotlib.ticker import LinearLocator, LogLocator | ||
|
||
|
|
||
| OPT_FONT_NAME = 'Helvetica' | ||
| TICK_FONT_SIZE = 22 | ||
|
|
||
| Original file line number | Diff line number | Diff line change | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -1,24 +1,21 @@ | ||||||||||||||
| #!/usr/bin/env python3 | ||||||||||||||
| import csv | ||||||||||||||
| import numpy as np | ||||||||||||||
| import matplotlib.pyplot as plt | ||||||||||||||
| import itertools as it | ||||||||||||||
|
||||||||||||||
| import os | ||||||||||||||
| import sys | ||||||||||||||
|
|
||||||||||||||
| import accuBar as accuBar | ||||||||||||||
| import groupBar as groupBar | ||||||||||||||
| import groupBar2 as groupBar2 | ||||||||||||||
| import groupLine as groupLine | ||||||||||||||
| from autoParase import * | ||||||||||||||
| import itertools as it | ||||||||||||||
| import os | ||||||||||||||
|
|
||||||||||||||
| import matplotlib | ||||||||||||||
| import matplotlib.pyplot as plt | ||||||||||||||
| import numpy as np | ||||||||||||||
| import pandas as pd | ||||||||||||||
|
||||||||||||||
| import pylab | ||||||||||||||
| from autoParase import * | ||||||||||||||
|
||||||||||||||
| from autoParase import * | |
| import autoParase as _autoParase | |
| # Re-export public names from autoParase without using a wildcard import | |
| for _name in dir(_autoParase): | |
| if not _name.startswith("_"): | |
| globals()[_name] = getattr(_autoParase, _name) |
Copilot
AI
Jan 9, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Import of 'LogLocator' is not used.
Import of 'LinearLocator' is not used.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,25 +1,21 @@ | ||
| #!/usr/bin/env python3 | ||
| import csv | ||
| import numpy as np | ||
| import matplotlib.pyplot as plt | ||
| import accuBar as accuBar | ||
| import groupBar2 as groupBar2 | ||
| import groupLine as groupLine | ||
| from autoParase import * | ||
| import itertools as it | ||
| import os | ||
| import sys | ||
|
|
||
| import accuBar as accuBar | ||
|
||
| import groupBar2 as groupBar2 | ||
| import groupLine as groupLine | ||
|
||
| import matplotlib | ||
| import matplotlib.pyplot as plt | ||
| import numpy as np | ||
| import pandas as pd | ||
|
||
| import pylab | ||
| from matplotlib.font_manager import FontProperties | ||
| from autoParase import * | ||
|
||
| from matplotlib import ticker | ||
| from matplotlib.ticker import LogLocator, LinearLocator | ||
|
|
||
| import os | ||
| import pandas as pd | ||
| import sys | ||
| from matplotlib.font_manager import FontProperties | ||
| from matplotlib.ticker import LinearLocator, LogLocator | ||
|
||
| from OoOCommon import * | ||
|
|
||
| OPT_FONT_NAME = 'Helvetica' | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,11 +3,11 @@ | |
|
|
||
| import matplotlib | ||
| import matplotlib.pyplot as plt | ||
| import matplotlib.ticker as mtick | ||
| import numpy as np | ||
| import pylab | ||
| from matplotlib.font_manager import FontProperties | ||
| from matplotlib.ticker import LogLocator, LinearLocator | ||
| import matplotlib.ticker as mtick | ||
| from matplotlib.ticker import LinearLocator, LogLocator | ||
|
||
|
|
||
| OPT_FONT_NAME = 'Helvetica' | ||
| TICK_FONT_SIZE = 24 | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,19 +1,16 @@ | ||
| import csv | ||
| import numpy as np | ||
| import matplotlib.pyplot as plt | ||
| import itertools as it | ||
| import os | ||
| import sys | ||
|
||
|
|
||
| import matplotlib | ||
| import matplotlib.pyplot as plt | ||
| import matplotlib.ticker as mtick | ||
| import numpy as np | ||
| import pandas as pd | ||
| import pylab | ||
| from matplotlib.font_manager import FontProperties | ||
| from matplotlib.ticker import LogLocator, LinearLocator | ||
| import os | ||
| import pandas as pd | ||
| import sys | ||
| import matplotlib.ticker as mtick | ||
| from matplotlib.ticker import LinearLocator, LogLocator | ||
|
||
|
|
||
| OPT_FONT_NAME = 'Helvetica' | ||
| TICK_FONT_SIZE = 22 | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Import of 'sys' is not used.