From c4e04a7034930e0643710f9bd6a5fe178d945158 Mon Sep 17 00:00:00 2001 From: Wiktor Bajor Date: Mon, 15 Jul 2024 21:56:38 +0200 Subject: [PATCH] Update ament_flake8 and flake8 in the pre-commit --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 97e2f78..41db93c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -36,7 +36,7 @@ repos: rev: 7.1.0 hooks: - id: flake8 - args: ["--config python_linter.flake8"] + args: ["--config=python_linter.flake8"] - repo: https://github.com/PyCQA/doc8 rev: v1.1.1