speedtest-logging/.pre-commit-config.yaml
Evie Litherland-Smith 18b75ec9aa Initial commit: environment setup and boilerplate stuff
Doesn't do much yet, just setting up dev environment, README, LICENSE,
etc...

Script only imports required modules (speedtest-cli and pandas) and
prints version to ensure it works
2024-03-24 07:26:53 +00:00

19 lines
487 B
YAML

# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/psf/black
rev: 24.3.0
hooks:
- id: black
- repo: https://github.com/pycqa/isort
rev: 5.13.2
hooks:
- id: isort