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
1 change: 1 addition & 0 deletions scripts/gen_changelog.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env python3
"""Generate changelog."""

import os
from pathlib import Path

Expand Down
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
"""Make sure fixtures are in place before running tests."""

import gzip
import shutil
from pathlib import Path
Expand Down
Loading