浏览代码

Switch flake8 from gitlab to github (#287)

Ariel Kwiatkowski 2 年之前
父节点
当前提交
8cba794229
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .pre-commit-config.yaml

+ 1 - 1
.pre-commit-config.yaml

@@ -10,7 +10,7 @@ repos:
       - id: codespell
         args:
           - --ignore-words-list=linz
-  - repo: https://gitlab.com/PyCQA/flake8
+  - repo: https://github.com/PyCQA/flake8
     rev: 4.0.1
     hooks:
       - id: flake8