PinguDevTeam / ICF-MI-framework

Model identifiability pipeline using surrogate models trained on a latent space extracted by tensor decompositions.
https://pingudevteam.github.io/ICF-MI-framework/
MIT License
0 stars 0 forks source link

[BUG] conflicting whitespace convention between flake8 and black #36

Closed dorukaks closed 1 year ago

dorukaks commented 1 year ago

Description

Self explanatory title. Black wants to have white space before and after colon ":" but flake8 raises E203 error in that case.

Correspondence: @dorukaks Branch (if applicable): main

Steps to reproduce issue

Running pre-commit run --all-files when there is a colon in any of the python scripts

Current behavior

flake8 raises E203 error when black fixes a file for colon whitespace

Expected behavior

flake8 shouldn't raise an error to the files fixed by black

Code versions