commit | e81bec5fc95f6469d34c5f848be3fd628d4e320a | [log] [tgz] |
---|---|---|
author | Deepesh Garg <deepeshgarg6@gmail.com> | Wed Nov 16 16:24:28 2022 +0530 |
committer | Deepesh Garg <deepeshgarg6@gmail.com> | Wed Nov 16 16:24:28 2022 +0530 |
tree | 7339750c8ca2ba9e4716059ef345811d7920f303 | |
parent | 0486078ba92ca439f82453a090d45e2ea477c8f1 [diff] |
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: [