Fixes the link for flake8 to the new (?) GitHub repo

This commit is contained in:
Trenton H 2022-11-14 15:47:22 -08:00 committed by Michael Shamoon
parent d47122340a
commit 9b01aa9202

View File

@ -51,8 +51,8 @@ repos:
hooks: hooks:
- id: add-trailing-comma - id: add-trailing-comma
exclude: "(migrations)" exclude: "(migrations)"
- repo: https://gitlab.com/pycqa/flake8 - repo: https://github.com/PyCQA/flake8
rev: 3.9.2 rev: 5.0.4
hooks: hooks:
- id: flake8 - id: flake8
files: ^src/ files: ^src/
@ -63,7 +63,7 @@ repos:
hooks: hooks:
- id: black - id: black
- repo: https://github.com/asottile/pyupgrade - repo: https://github.com/asottile/pyupgrade
rev: v3.1.0 rev: v3.2.2
hooks: hooks:
- id: pyupgrade - id: pyupgrade
exclude: "(migrations)" exclude: "(migrations)"