cfspeedtest 2.2.0

Unofficial CLI for speed.cloudflare.com
Documentation
repos:
  - repo: https://github.com/pre-commit/pre-commit-hooks
    rev: v4.5.0
    hooks:
    - id: check-yaml
      stages: [pre-commit]
    - id: check-json
      stages: [pre-commit]
    - id: check-toml
      stages: [pre-commit]
    - id: check-merge-conflict
      stages: [pre-commit]
    - id: check-case-conflict
      stages: [pre-commit]
    - id: detect-private-key
      stages: [pre-commit]
  - repo: https://github.com/crate-ci/typos
    rev: v1.16.20
    hooks:
    - id: typos
      stages: [pre-commit]