mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
Merge pull request #178 from nikhilbadyal/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
This commit is contained in:
@@ -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
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user