Closed paulthebaker closed 1 year ago
Merging #336 (320dc0d) into dev (a4dd7b6) will not change coverage. The diff coverage is
n/a
.
The tests are passing, so there must be some difference in the configuration of the most recent version of black and what's being used in the tests.
I'm currently trying to figure out issue #339 before merging this.
The tests are passing, so there must be some difference in the configuration of the most recent version of black and what's being used in the tests.
The black
stability policy basically says you need to bump your version of black once a year. https://black.readthedocs.io/en/stable/the_black_code_style/index.html#stability-policy
Hi @paulthebaker,
This is ready to merge. Any reason why not to quickly change the conda create line to the following?
$ conda create -n ent_dev -y -c conda-forge python=3.9 black=22.3.0 flake8 sphinx_rtd_theme pytest-cov
She is right that it's faster. Regardless, ready merge, so happy to pull the trigger
I checked the updated Contributing section
conda
commands that install the dependencies by copy/pasting.The main tests worked, but I got a bunch
black
errors from the linter on code that I didn't touch...