Merge pull request #91 from nikhilbadyal/pre-commit-ci-update-config [skip ci]

[pre-commit.ci] pre-commit autoupdate
This commit is contained in:
Nikhil Badyal
2022-11-28 23:34:55 +05:30
committed by GitHub
+2 -2
View File
@@ -3,7 +3,7 @@ default_stages: [ commit ]
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.4.0
hooks:
- id: check-added-large-files
- id: check-ast
@@ -48,7 +48,7 @@ repos:
args: [ --in-place ]
- repo: https://github.com/PyCQA/flake8
rev: 5.0.4
rev: 6.0.0
hooks:
- id: flake8
args: [ "--config=setup.cfg" ]