AstuteSource / chasten

:dizzy: Chasten Uses XML and XPATH to Check a Python Program's AST for Specified Patterns!
https://pypi.org/project/chasten/
GNU General Public License v2.0
7 stars 8 forks source link

Feature: adds version command to `chasten` #73

Closed CalebKendra closed 10 months ago

CalebKendra commented 11 months ago

This adds a command to be able to check the version of chasten via PyPi. chasten version runs:

chasten 0.1.1
CalebKendra commented 11 months ago

Give credit to @Jaclynpqc, as she did most of the work for this feature

laurennevill commented 11 months ago

It looks like this PR does not have a passing build. Please look into this and I will be happy to review once the build is passing. Thanks!

Jaclynpqc commented 11 months ago

@laurennevill Yes, I'm working on resolving the Linter issues

Jaclynpqc commented 11 months ago

Hey @CalebKendra, have you done git pull from master branch?

Jaclynpqc commented 10 months ago

After merging, the merge of PR#73 broke the build. I'm working on troubleshooting the problem. Update: I updated the branch to be up-to-date with the master branch and rerun the checks. So far, all checks passed on my local machine