File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ the license of the contributed code must be compatible with GPL v3.
125125Developing the code, we follow [ The Way of Python] ( https://www.python.org/dev/peps/pep-0020/ ) and
126126the [ KISS principle] ( https://en.wikipedia.org/wiki/KISS_principle ) .
127127The codebase has greatly benefited from [ PyCharm code inspections] ( https://www.jetbrains.com/help/pycharm/code-inspection.html )
128- and [ Pylint] ( https://pylint.org ) , [ Black] ( https://black.readthedocs.io/en/stable/ ) and [ isort] ( https://pycqa.github.io/isort/ )
128+ and [ Pylint] ( https://pylint.readthedocs.io/en/stable/ ) , [ Black] ( https://black.readthedocs.io/en/stable/ ) and [ isort] ( https://pycqa.github.io/isort/ )
129129code analysis (which are all part of the CI workflows).
130130
131131We also use [ pre-commit hooks] ( https://pre-commit.com ) .
You can’t perform that action at this time.
0 commit comments