Closed mfixstsci closed 3 years ago
Hello @mfixstsci, Thank you for updating !
jwst_backgrounds/docopt.py
:Line 165:30: W605 invalid escape sequence '\S' Line 166:29: W605 invalid escape sequence '[' Line 166:44: W605 invalid escape sequence ']' Line 207:35: W605 invalid escape sequence '[' Line 207:50: W605 invalid escape sequence ']' Line 230:9: E741 ambiguous variable name 'l' Line 258:9: E741 ambiguous variable name 'l' Line 456:29: W605 invalid escape sequence '\S' Line 456:36: W605 invalid escape sequence '\S'
jwst_backgrounds/jbt.py
:Line 129:9: E722 do not use bare 'except' Line 164:14: E225 missing whitespace around operator Line 254:26: E126 continuation line over-indented for hanging indent
jwst_backgrounds/tests/test_jwst_bkg.py
:@pontoppi would you be interested in creating the citation for this tool? https://github.com/spacetelescope/ins-jwst-community-software/blob/master/tier2_standards/citation_information.md
Once we add that, I believe we will meet all of the tier-two standards.
Removing .travis.yml
and including github actions CI
https://github.com/mfixstsci/jwst_backgrounds/actions/runs/1038799458
Here is the latest build.
Looks like everything is here.
https://github.com/spacetelescope/ins-jwst-community-software/#contents
Software Repository Must Have a Code of Conduct FileProject Must Document Citation InformationSoftware Must Enforce Language-specific Coding Standards (e.g. PEP8)Software Must Support Recent Version(s) of PythonProject Must Have or Reference a Documented git Workflow or Contributor's GuideSoftware Must Document Modules, Classes, and FunctionsProject Have Some Unit and/or Regression TestsProject Must Document a Release ProcedureProject Must Provide Release NotesProject Must Have Backup MaintainersProject Must Utilize Code Review/Approval for New ChangesProject Must Use an Automated Dependency Update Tool