question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

'Enable docstring style linting' setting not saved in Preferences

See original GitHub issue

Description

What steps will reproduce the problem?

My environement has Enable docstring style linting enabled, so the followings steps reproduce my problem.

  1. Open Preferences
  2. go to docstring style tab in Completion and linting
  3. Uncheck 'Enable docstring style linting
  4. Press OK to close Preferences, saving your change
  5. Open Preferences, return to dosctring style tab. The checkbox is checked, whereas it should be unchecked due to step 3.

Versions

  • Spyder version: 4.0.0b4
  • Python version: 3.7.3
  • Qt version: 5.9.6
  • PyQt5 version: 5.9.2
  • Operating System: Windows 7

Dependencies

pygments >=2.0    :  2.4.2 (OK)
qdarkstyle >=2.6.4:  2.7 (OK)
sphinx >=0.6.6    :  2.1.2 (OK)
pyls >=0.27.0     :  0.28.2 (OK)
nbconvert >=4.0   :  5.5.0 (OK)
pandas >=0.13.1   :  0.25.1 (OK)
numpy >=1.7       :  1.16.4 (OK)
sympy >=0.7.3     :  1.4 (OK)
cython >=0.21     :  0.29.13 (OK)
qtconsole >=4.5.2 :  4.5.4 (OK)
IPython >=4.0     :  7.8.0 (OK)
matplotlib >=2.0.0:  3.1.1 (OK)
pylint >=0.25     :  2.3.1 (OK)

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:11 (10 by maintainers)

github_iconTop GitHub Comments

2reactions
rlabbecommented, Sep 5, 2019

@ccordoba12 I don’t see the value in debating your work flow choices, but I found it quite odd. The bugs exist, you should want to know about them, and I’m not going to remember to submit something in N days because I reached some arbitrary limit. I had assumed you would deal with them as you had time (days or weeks later) since this is beta software, not strive to respond as quickly as you have! But I’ll certainly abide by your rules.

For what it’s worth I’m using 4.0.0b4 at work, to do real work. These bugs affect my productivity, as does reporting them, and then dealing with all the emails that show up in my email because I am now ‘following’ the issue. I’m not gleefully just trying to hammer on this sw trying to find bugs to report as some perverse hobby 😃.

Anyway, enough of that, I love spyder and use it everyday. This beta release is so much better than 3.x and I’m happy to have access to it!

2reactions
goanpecacommented, Sep 4, 2019

Ok, it was not what I thought but I found the issue! 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

Linting Python in Visual Studio Code
To enable linters, open the Command Palette (Ctrl+Shift+P) and select the Python: Select Linter command. The Select Linter command adds "python.linting.<linter> ...
Read more >
How do I disable "missing docstring" warnings at a file-level in ...
Ctrl + Shift + P · Then type and click on > preferences:configure language specific settings · and then type "python" after that....
Read more >
Hi, I'm a beginner to python. as I'm running my program it ...
You need to open Command Pallette in order to access setting.json · You can copy and paste the code: "python.linting. · clos the...
Read more >
Stylising your Python code: An introduction to linting and ...
In VSCode we can set our linter preference by opening the command palette with Ctrl+Shift+P and clicking on Python: Select Linter . We...
Read more >
Disabling and enabling inspections | PyCharm Documentation
In the Settings/Preferences dialog ( Ctrl+Alt+S ), select to Editor | Inspections. You can also press Ctrl+Alt+Shift+H and select Configure Inspections. Locate ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found