“Taberror: utilisation incohérente des onglets et des espaces dans l'indentation” Réponses codées

Utilisation incohérente des onglets et des espaces dans IndentationPylance

# in vscode
# try with Cmd+Shift+P and enter the command 'convert indentation to tabs'
Condemned Chamois

Taberror: utilisation incohérente des onglets et des espaces dans l'indentation

#type in command window:
autopep8 -i my_file.py
#replace my_file.py with your name of your file name or file path and done
Annoying Alpaca

Taberror Utilisation incohérente des onglets et des espaces dans l'indentation sublime

In Sublime Text, while editing a Python file:

Sublime Text menu -> Preferences -> Settings: Syntax-Specific:

{
    "tab_size": 4,
    "translate_tabs_to_spaces": true
}

Or, 
In the bottom right of the editor, 
click the part of the status bar where it says "Tab size"
click "Convert Indentation to Spaces" to correct an existing file.
Condemned Crayfish

Réponses similaires à “Taberror: utilisation incohérente des onglets et des espaces dans l'indentation”

Questions similaires à “Taberror: utilisation incohérente des onglets et des espaces dans l'indentation”

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code