lmas / opensimplex

This repo has been migrated to https://code.larus.se/lmas/opensimplex
MIT License
241 stars 29 forks source link

black causes lint errors for pycodestyle #26

Open lmas opened 2 years ago

lmas commented 2 years ago
# 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.