From 8b777e5855af7e2a09b14d1b77c7d566b7a96d4f Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Mon, 7 Feb 2022 15:17:21 -0500 Subject: [PATCH] replace gitlab flake8 with github flake8 --- sections/advanced.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sections/advanced.md b/sections/advanced.md index fe11cece..1dab84d9 100644 --- a/sections/advanced.md +++ b/sections/advanced.md @@ -241,8 +241,8 @@ arguments by specifying the [`args`](#config-args) property in your `.pre-commit as follows: ```yaml -- repo: https://gitlab.com/PyCQA/flake8 - rev: 3.8.3 +- repo: https://github.com/PyCQA/flake8 + rev: 4.0.1 hooks: - id: flake8 args: [--max-line-length=131]