Skip to content

Commit ad6b51c

Browse files
Bump black from 25.12.0 to 26.1.0 (#577)
* Bump black from 25.12.0 to 26.1.0 Bumps [black](https://github.com/psf/black) from 25.12.0 to 26.1.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@25.12.0...26.1.0) --- updated-dependencies: - dependency-name: black dependency-version: 26.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * chore: run black --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
1 parent f5dd1d4 commit ad6b51c

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

requirements_lint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
black==25.12.0
1+
black==26.1.0
22
flake8==7.3.0
33
flake8-docstrings==1.7.0
44
pylint==4.0.5

scripts/debug.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22
"""Start camacq to debug in vscode."""
3-
from camacq.__main__ import main
43

4+
from camacq.__main__ import main
55

66
if __name__ == "__main__":
77
main(args=["--log-level", "debug"])

scripts/setup_tests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/usr/bin/env python3
22
"""Tool to generate image fixture for tests from real image data."""
3+
34
import argparse
45
import fnmatch
56
import gzip

0 commit comments

Comments
 (0)