Skip to content

Update lock file with latest version #82

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Dec 14, 2021
Merged

Update lock file with latest version #82

merged 3 commits into from
Dec 14, 2021

Conversation

dgarros
Copy link
Contributor

@dgarros dgarros commented Dec 14, 2021

This PR only update the lock file that we are using for testing so it shouldn't affect the end users of the library
In the process I had to change some code to align with the latest version of pylint

glennmatthews
glennmatthews previously approved these changes Dec 14, 2021
@@ -29,7 +29,7 @@ class LocalAdapter(DiffSync):

def load(self, filename=COUNTRIES_FILE): # pylint: disable=arguments-differ
"""Load all regions and countries from a local JSON file."""
with open(filename, "r") as data_file:
with open(filename, "r") as data_file: # pylint: disable=unspecified-encoding
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we just specify utf-8 as the encoding instead?

tasks.py Outdated
@@ -27,7 +27,7 @@

def project_ver():
"""Find version from pyproject.toml to use for docker image tagging."""
with open("pyproject.toml") as file:
with open("pyproject.toml") as file: # pylint: disable=unspecified-encoding
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utf-8 here as well?

@dgarros dgarros merged commit 4a301c7 into main Dec 14, 2021
@dgarros dgarros deleted the dga-202112-lock branch January 24, 2022 19:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants