Bump pylint from 2.8.3 to 2.10.2 (#385)
* Bump pylint from 2.8.3 to 2.10.2 Bumps [pylint](https://github.com/PyCQA/pylint) from 2.8.3 to 2.10.2. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Changelog](https://github.com/PyCQA/pylint/blob/main/ChangeLog) - [Commits](https://github.com/PyCQA/pylint/compare/v2.8.3...v2.10.2 ) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by:dependabot[bot] <support@github.com> * make installing dependencies more predictable * downgrade numpy due to conflict with apache beam * downgraded numpy further due to conflict with tensorflow * linting: use dict literal * linting: pass in encoding to open function * linting: pcoll renamed to input_or_inputs * linting: iterate over list * linting: use from .. import * added pyarrow as explicit dependency * downgrade google-cloud-bigquery Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by:
Daniel Ecer <de-code@users.noreply.github.com>
Showing
- Makefile 4 additions, 3 deletionsMakefile
- requirements.dev.txt 1 addition, 1 deletionrequirements.dev.txt
- requirements.txt 3 additions, 1 deletionrequirements.txt
- sciencebeam_gym/preprocess/annotation/matching_annotator.py 1 addition, 1 deletionsciencebeam_gym/preprocess/annotation/matching_annotator.py
- sciencebeam_gym/preprocess/annotation/target_annotation.py 1 addition, 1 deletionsciencebeam_gym/preprocess/annotation/target_annotation.py
- sciencebeam_gym/preprocess/color_map.py 2 additions, 2 deletionssciencebeam_gym/preprocess/color_map.py
- sciencebeam_gym/preprocess/preprocessing_transforms.py 2 additions, 2 deletionssciencebeam_gym/preprocess/preprocessing_transforms.py
- sciencebeam_gym/tools/colorize_image.py 1 addition, 1 deletionsciencebeam_gym/tools/colorize_image.py
- sciencebeam_gym/tools/vocabulary/extract_embeddings_vocabulary.py 1 addition, 1 deletion...eam_gym/tools/vocabulary/extract_embeddings_vocabulary.py
- sciencebeam_gym/trainer/models/pix2pix/pix2pix_model.py 3 additions, 3 deletionssciencebeam_gym/trainer/models/pix2pix/pix2pix_model.py
- setup.py 1 addition, 1 deletionsetup.py
- tests/models/crf/crfsuite_training_pipeline_test.py 1 addition, 1 deletiontests/models/crf/crfsuite_training_pipeline_test.py
- tests/pdf/pdf_to_png_test.py 1 addition, 1 deletiontests/pdf/pdf_to_png_test.py
- tests/preprocess/lxml_to_svg_test.py 1 addition, 1 deletiontests/preprocess/lxml_to_svg_test.py
- tests/structured_document/structured_document_loader_test.py 1 addition, 1 deletiontests/structured_document/structured_document_loader_test.py
- tests/structured_document/structured_document_saver_test.py 1 addition, 1 deletiontests/structured_document/structured_document_saver_test.py
- tests/trainer/evaluator_test.py 3 additions, 3 deletionstests/trainer/evaluator_test.py
- tests/trainer/models/pix2pix/pix2pix_core_test.py 1 addition, 1 deletiontests/trainer/models/pix2pix/pix2pix_core_test.py
- tests/trainer/models/pix2pix/pix2pix_model_test.py 1 addition, 1 deletiontests/trainer/models/pix2pix/pix2pix_model_test.py
Please register or sign in to comment