commit | aac1f4923ba39fb59ca05532b57862ffa5365031 | [log] [tgz] |
---|---|---|
author | Deepesh Garg <deepeshgarg6@gmail.com> | Wed Nov 16 16:25:46 2022 +0530 |
committer | GitHub <noreply@github.com> | Wed Nov 16 16:25:46 2022 +0530 |
tree | 7339750c8ca2ba9e4716059ef345811d7920f303 | |
parent | 0486078ba92ca439f82453a090d45e2ea477c8f1 [diff] | |
parent | e81bec5fc95f6469d34c5f848be3fd628d4e320a [diff] |
Merge pull request #32989 from deepeshgarg007/flake8 ci: fix flake8 URL
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index dc3011f..73aae33 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml
@@ -16,8 +16,8 @@ - id: check-merge-conflict - id: check-ast - - repo: https://gitlab.com/pycqa/flake8 - rev: 3.9.2 + - repo: https://github.com/PyCQA/flake8 + rev: 5.0.4 hooks: - id: flake8 additional_dependencies: [