step 1: actual conditions working

This commit is contained in:
mrbwburns
2024-01-15 19:08:46 +01:00
parent 2abc15652c
commit d2d7c91bb5
15 changed files with 664 additions and 6 deletions

26
.pre-commit-config.yaml Normal file
View File

@@ -0,0 +1,26 @@
repos:
- repo: https://github.com/psf/black
rev: 22.3.0
hooks:
- id: black
args:
- "--line-length=120"
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v1.4.0
hooks:
- id: trailing-whitespace
- id: check-docstring-first
- id: check-json
- id: check-yaml
- id: debug-statements
- id: flake8
args:
- "--ignore=E, W"
- repo: https://github.com/asottile/reorder_python_imports
rev: v1.1.0
hooks:
- id: reorder-python-imports
- repo: meta
hooks:
- id: check-hooks-apply
- id: check-useless-excludes