mirror of
https://github.com/andrewthetechie/py-healthchecks.io.git
synced 2025-12-05 17:18:16 +01:00
ci: update .pre-commit-config.yaml
This commit is contained in:
@@ -32,8 +32,9 @@ repos:
|
|||||||
entry: flake8
|
entry: flake8
|
||||||
language: system
|
language: system
|
||||||
types: [python]
|
types: [python]
|
||||||
exclude: "^(tests/*|noxfile.py)"
|
exclude: "^(test/*|examples/*|noxfile.py)"
|
||||||
require_serial: true
|
require_serial: true
|
||||||
|
args: ["--config=.flake8"]
|
||||||
- id: pyupgrade
|
- id: pyupgrade
|
||||||
name: pyupgrade
|
name: pyupgrade
|
||||||
description: Automatically upgrade syntax for newer versions.
|
description: Automatically upgrade syntax for newer versions.
|
||||||
@@ -57,3 +58,7 @@ repos:
|
|||||||
rev: v2.7.1
|
rev: v2.7.1
|
||||||
hooks:
|
hooks:
|
||||||
- id: prettier
|
- id: prettier
|
||||||
|
- repo: https://github.com/rhysd/actionlint
|
||||||
|
rev: v1.6.15
|
||||||
|
hooks:
|
||||||
|
- id: actionlint-docker
|
||||||
|
|||||||
Reference in New Issue
Block a user