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

[pre-commit.ci] pre-commit autoupdate
This commit is contained in:
Nikhil Badyal
2022-12-20 00:12:32 +05:30
committed by GitHub
+2 -2
View File
@@ -30,7 +30,7 @@ repos:
- id: black - id: black
- repo: https://github.com/pycqa/isort - repo: https://github.com/pycqa/isort
rev: 5.10.1 rev: v5.11.3
hooks: hooks:
- id: isort - id: isort
args: [ "--profile", "black", ] args: [ "--profile", "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.5.0 rev: v1.5.1
hooks: hooks:
- id: docformatter - id: docformatter
args: [ --in-place ] args: [ --in-place ]