Skip to content

Commit e74d0ce

Browse files
Merge pull request #281 from NCAS-CMS/add_flake8
Lint code in `activestorage/` and add flake8 test at push
2 parents 133537d + 4c3e3fd commit e74d0ce

31 files changed

+992
-696
lines changed

.github/workflows/run-test-push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,6 @@ jobs:
3131
- run: python -V
3232
- run: pip install -e .
3333
- run: conda list
34+
- run: flake8 --exclude tests,doc,old_code,bnl --max-line-length 120 --ignore F405,F401
3435
- run: pytest -n 2 -m "not slow" --junitxml=report-1.xml
3536
- uses: codecov/codecov-action@v5

activestorage/__init__.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1 @@
11
from .active import Active
2-
# 0.0.1 is the initial version using kerchunk
3-
# 0.0.2 is testing out the use of pyfive instead
4-
__version__ = "0.0.2"
5-

0 commit comments

Comments
 (0)