Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements_lint.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
black==25.12.0
black==26.1.0
flake8==7.3.0
flake8-docstrings==1.7.0
pylint==4.0.5
2 changes: 1 addition & 1 deletion scripts/debug.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
"""Start camacq to debug in vscode."""
from camacq.__main__ import main

from camacq.__main__ import main

if __name__ == "__main__":
main(args=["--log-level", "debug"])
1 change: 1 addition & 0 deletions scripts/setup_tests.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env python3
"""Tool to generate image fixture for tests from real image data."""

import argparse
import fnmatch
import gzip
Expand Down