Skip to content

Commit

Permalink
Merge pull request #1128 from IQTLabs/renovate/black-24.x
Browse files Browse the repository at this point in the history
Update dependency black to v24
  • Loading branch information
anarkiwi authored Jan 28, 2024
2 parents 761feca + 8141ae1 commit 4ff5e22
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 28 deletions.
6 changes: 3 additions & 3 deletions gamutrfwaterfall/tests/test_waterfall.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ def read_buff(self, scan_fres):
for i in range(rows)
]
)
df.loc[
(df.freq >= self.peak_min) & (df.freq <= self.peak_max), "db"
] = self.peak_val
df.loc[(df.freq >= self.peak_min) & (df.freq <= self.peak_max), "db"] = (
self.peak_val
)
df["freq"] /= 1e6
self.serve_results = [
(
Expand Down
48 changes: 24 additions & 24 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ zstandard = "0.22.0"
[tool.poetry.dev-dependencies]
attr = "0.3.2"
attrs = "23.2.0"
black = "23.12.1"
black = "24.1.0"
docker = "7.0.0"
pdbpp = "^0.10.3"
pylint = "3.0.3"
Expand Down

0 comments on commit 4ff5e22

Please sign in to comment.