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

[pre-commit.ci] pre-commit autoupdate
This commit is contained in:
Nikhil Badyal
2023-08-03 18:00:45 +05:30
committed by GitHub
+2 -2
View File
@@ -36,7 +36,7 @@ repos:
args: [ "--profile", "black", ] args: [ "--profile", "black", ]
- repo: https://github.com/hadialqattan/pycln - repo: https://github.com/hadialqattan/pycln
rev: v2.1.6 rev: v2.2.0
hooks: hooks:
- id: pycln - id: pycln
args: [ --config=setup.cfg ] args: [ --config=setup.cfg ]
@@ -48,7 +48,7 @@ repos:
args: [ --in-place ] args: [ --in-place ]
- repo: https://github.com/PyCQA/flake8 - repo: https://github.com/PyCQA/flake8
rev: 6.0.0 rev: 6.1.0
hooks: hooks:
- id: flake8 - id: flake8
args: [ "--config=setup.cfg" ] args: [ "--config=setup.cfg" ]