Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,16 @@ repos:
hooks:
- id: flake8

- repo: https://github.com/haizaar/check-pipfile-lock
rev: v0.0.5
- repo: local
hooks:
- id: check-pipfile-lock
name: Check pipenv's Pipfile.lock to be consistent with Pipfile
entry: pipenv verify
language: python
additional_dependencies: ['pipenv']
files: (Pipfile|Pipfile\.lock)$
pass_filenames: false

- repo: local
hooks:
- id: validate-dashboards
name: Validate Grafana Dashboards
description: Ensures dashboard files are valid JSON
Expand Down
3 changes: 2 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ pandas = "<3.0"
scipy = ">=1.16"
boto3 = "*"
sqlalchemy = ">=2.0.0"
platformdirs = ">=4.3.6" # floor set to satisfy tox's transitive dep (via fcache/unleashclient)

[dev-packages]
argh = ">=0.26.2"
Expand All @@ -73,7 +74,7 @@ requests-mock = ">=1.7"
responses = ">=0.10"
snakeviz = "*"
tblib = ">=1.6"
tox = "==4.26.0" # requires a higher cachetools version than google-auth at the moment
tox = ">=4.26.0"
watchdog = ">=2.1.1"
polyfactory = "*"
koku-nise = "*"
Expand Down
Loading
Loading