From 06d26dd070b6c3a1c9df5998cedfe790d1b49cf9 Mon Sep 17 00:00:00 2001 From: Andrew Date: Thu, 28 Jul 2022 16:34:47 -0500 Subject: [PATCH] ci: update .pre-commit-config.yaml --- .pre-commit-config.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1b82c11..ff4a505 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -32,8 +32,9 @@ repos: entry: flake8 language: system types: [python] - exclude: "^(tests/*|noxfile.py)" + exclude: "^(test/*|examples/*|noxfile.py)" require_serial: true + args: ["--config=.flake8"] - id: pyupgrade name: pyupgrade description: Automatically upgrade syntax for newer versions. @@ -57,3 +58,7 @@ repos: rev: v2.7.1 hooks: - id: prettier + - repo: https://github.com/rhysd/actionlint + rev: v1.6.15 + hooks: + - id: actionlint-docker