diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 054ff53..fe61b13 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -42,7 +42,7 @@ repos: args: [ --config=setup.cfg ] - repo: https://github.com/PyCQA/docformatter - rev: v1.7.1 + rev: v1.7.2 hooks: - id: docformatter args: [ --in-place ] diff --git a/src/patches.py b/src/patches.py index aa2179d..681436b 100644 --- a/src/patches.py +++ b/src/patches.py @@ -190,7 +190,8 @@ class Patches(object): """Get Configurations for a given app. :param app: Name of the application - :return: All Patches , Its version and whether it is experimental + :return: All Patches , Its version and whether it is + experimental """ experiment = False total_patches, recommended_version = self.get(app=app)