Skip to content

Commit

Permalink
Merge pull request #74 from gboeing/1.7.0
Browse files Browse the repository at this point in the history
bump to v1.7.0
  • Loading branch information
gboeing authored Oct 12, 2023
2 parents fef107d + 2bf7b46 commit 9c6b5e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -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]
Expand All @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
- conda-forge
dependencies:
- jupyterlab
- osmnx=1.6.0
- osmnx=1.7.0
- pillow
- pre-commit
- python=3.11.*
Expand Down

0 comments on commit 9c6b5e7

Please sign in to comment.