Verified Commit 21949c18 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Add initial configs

parents
Loading
Loading
Loading
Loading

.pre-commit-hooks.yaml

0 → 100644
+9 −0
Original line number Diff line number Diff line
- id: pytest
  name: pytest
  description: Run a variety of tests with pytest
  language: python
  entry: pytest
  require_serial: true
  pass_filenames: false
  stages: [push]
  types_or: [python]

pre_commit_hooks.py

0 → 100644
+0 −0

Empty file added.

pyproject.toml

0 → 100644
+10 −0
Original line number Diff line number Diff line
[build-system]
requires = ["flit_core ~=3.8"]
build-backend = "flit_core.buildapi"

[project]
name = "pre-commit-hooks"
version = "1.0"
description = "Run a variety of tests with pytest"
requires-python = "~=3.10"
dependencies = ["pytest"]