ci: update .pre-commit-config.yaml

This commit is contained in:
Andrew
2022-07-28 16:34:47 -05:00
parent e140fce45f
commit 06d26dd070

View File

@@ -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