mirror of
https://github.com/andrewthetechie/py-healthchecks.io.git
synced 2025-12-05 09:08:09 +01:00
ci: update .pre-commit-config.yaml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user