🚨 Pre-commit updated [skip ci]

This commit is contained in:
Nikhil Badyal
2023-07-12 17:07:46 +05:30
parent eec2f61469
commit 25974e4904
+2 -2
View File
@@ -25,7 +25,7 @@ repos:
- repo: https://github.com/psf/black - repo: https://github.com/psf/black
rev: 23.3.0 rev: 23.7.0
hooks: hooks:
- id: black - id: black
@@ -42,7 +42,7 @@ repos:
args: [ --config=setup.cfg ] args: [ --config=setup.cfg ]
- repo: https://github.com/PyCQA/docformatter - repo: https://github.com/PyCQA/docformatter
rev: v1.7.3 rev: v1.7.5
hooks: hooks:
- id: docformatter - id: docformatter
args: [ --in-place ] args: [ --in-place ]