This repository was archived by the owner on May 5, 2024. It is now read-only.

Description
# make lint
pycodestyle --max-line-length 120 opensimplex
opensimplex/opensimplex.py:78:30: E203 whitespace before ':'
opensimplex/opensimplex.py:85:34: E203 whitespace before ':'
opensimplex/opensimplex.py:92:38: E203 whitespace before ':'
*** Error code 1
See Black FAQ and pycodestyle issue.
Nothing to be done now.