use older pre-commit version

pull/1688/head
Willem Melching 5 years ago
parent ef1c7b6833
commit 0f26c04a7b
  1. 2
      Pipfile
  2. 8
      Pipfile.lock

@ -71,7 +71,7 @@ scikit-image = "*"
pygame = "==2.0.0.dev8" pygame = "==2.0.0.dev8"
pprofile = "*" pprofile = "*"
pyprof2calltree = "*" pyprof2calltree = "*"
pre-commit = "*" pre-commit = "==2.4.0"
mypy = "*" mypy = "*"
[packages] [packages]

8
Pipfile.lock generated

@ -1,7 +1,7 @@
{ {
"_meta": { "_meta": {
"hash": { "hash": {
"sha256": "96924e487a9d20b4fb06eea1e6536816a157a9606051da58741c66fa6630371a" "sha256": "74a23e7ac1a5e8835d3d8c97f917cda7edaa53934d3cfa89c4cc8bc03da1b0d5"
}, },
"pipfile-spec": 6, "pipfile-spec": 6,
"requires": { "requires": {
@ -2030,11 +2030,11 @@
}, },
"pre-commit": { "pre-commit": {
"hashes": [ "hashes": [
"sha256:c5c8fd4d0e1c363723aaf0a8f9cba0f434c160b48c4028f4bae6d219177945b3", "sha256:5559e09afcac7808933951ffaf4ff9aac524f31efbc3f24d021540b6c579813c",
"sha256:da463cf8f0e257f9af49047ba514f6b90dbd9b4f92f4c8847a3ccd36834874c7" "sha256:703e2e34cbe0eedb0d319eff9f7b83e2022bb5a3ab5289a6a8841441076514d0"
], ],
"index": "pypi", "index": "pypi",
"version": "==2.5.1" "version": "==2.4.0"
}, },
"prometheus-client": { "prometheus-client": {
"hashes": [ "hashes": [

Loading…
Cancel
Save