forked from godotengine/godot-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Format
gdscript.py
and conf.py
using Black and Flake8
This also adds a missing comma in the middle of the list of built-in types. The `name`, `funcname` and `classname` were also missing a `r` qualifier, so it was added. Commands used for formatting and linting: black conf.py extensions/gdscript.py flake8 --ignore E501 conf.py extensions/gdscript.py
- Loading branch information
Showing
2 changed files
with
352 additions
and
176 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.