Skip to content

issues Search Results · repo:exercism/python-analyzer language:Python

Filter by

13 results
 (56 ms)

13 results

inexercism/python-analyzer (press backspace or delete to remove)

I d like to run pylint locally with the same configuration as this analyzer does. It seems it uses some non-default options, like --check-quote-consistency is turned on (off by default). This causes a ...
  • asarkar
  • 1
  • Opened 
    on Jun 10, 2023
  • #64

For Ellen s Alien Game, Pylint is complaining about: Line 1 [E0015 unrecognized-option] : [ Unrecognized option found: no-space-check ] was reported by Pylint. Line 1 [W0012 unknown-option-value] : [ ...
  • IsaacG
  • 3
  • Opened 
    on Aug 28, 2022
  • #56

Recommended Line 25 [C0303 trailing-whitespace] : [ Trailing whitespace ] was reported by Pylint. Which means this code doesn t follow general [code style](https://www.python.org/dev/peps/pep-0008/) conventions. ...
  • joshgoebel
  • 2
  • Opened 
    on May 27, 2022
  • #58

Writing a generic analyzer that runs solution code through pylints default checks (see the Basic Checker here) will give every exercise some analyzer feedback while we get exercise-specific checkers and ...
x:status/claimed
  • BethanyG
  • Opened 
    on Apr 16, 2021
  • #26

Currently, pylint feedback for this exercise flags comments about missing module and method/function docstrings as ACTONABLE. We should re-map these to INFORM comments instead, and have those comments ...
  • BethanyG
  • Opened 
    on Apr 16, 2021
  • #25

Per the conversation in PR#22, the test cases as written in test/two-fer/two_fer_test.py are not syntax highlighted and are difficult to scan. In their current multi-line string form, they are also brittle ...
x:status/claimed
  • BethanyG
  • 1
  • Opened 
    on Apr 16, 2021
  • #24

Currently, the analyzer code infers the name of an exercise from the input_directory passed into run.sh. We need to change this to pull/form the exercise name from the indir /.meta/config.json -- similar ...
  • BethanyG
  • Opened 
    on Nov 24, 2020
  • #20

In this PR, support for input and output dir arguments was added. This does not completely work though, for the following reason: - run.sh does not pass three arguments: https://github.com/exercism/python-analyzer/blob/master/bin/run.sh#L6 ...
bug
  • ErikSchierboom
  • Opened 
    on Nov 17, 2020
  • #18

- [x] Build image - [ ] Add example solutions and expected output - [x] Run example solutions through analyzer container and verify output
enhancement
  • cmccandless
  • 1
  • Opened 
    on Aug 14, 2020
  • #11

Hi, Reverse String exercise has an ideal solution def reverse(text): return text[::-1] ... which can be auto-accepted I think. People submit it quite often for review and I am already tired accepting ...
wontfix
  • lancelote
  • 2
  • Opened 
    on Jun 5, 2020
  • #9
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub