From cd0cf73537fbeb62230ea02ac781bc985847ba85 Mon Sep 17 00:00:00 2001 From: Geoff Boeing Date: Thu, 12 Oct 2023 07:13:32 -0700 Subject: [PATCH 1/2] update pre-commit --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8e02da0..e8e9a4f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: "v4.4.0" + rev: "v4.5.0" hooks: - id: check-added-large-files args: [--maxkb=50] @@ -16,7 +16,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v3.0.0" + rev: "v3.0.3" hooks: - id: prettier types_or: [markdown, yaml] From 2bf7b468df5b7d9d42dc45036d0e36bfc17bee36 Mon Sep 17 00:00:00 2001 From: Geoff Boeing Date: Thu, 12 Oct 2023 07:14:00 -0700 Subject: [PATCH 2/2] use version 1.7.0 --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 384e06c..990e8ba 100644 --- a/environment.yml +++ b/environment.yml @@ -3,7 +3,7 @@ channels: - conda-forge dependencies: - jupyterlab - - osmnx=1.6.0 + - osmnx=1.7.0 - pillow - pre-commit - python=3.11.*