GitLab CI Python black formatter says: would reformat, whereas running black does not reformat – Debian
When I run GitLab CI on this commit with this gitlab-ci.yml: stages: - format - test black_formatting: image: python:3.6 stage: format before_script: # Perform an update to make sure the system is up to date. - sudo apt-get update --fix-missing…