Merge pull request #178 from nikhilbadyal/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate
This commit is contained in:
Nikhil Badyal
2023-06-26 07:18:56 +05:30
committed by GitHub
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -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 ]
+2 -1
View File
@@ -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)