Skip to content

Commit

Permalink
Implement OGC API interface
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Apr 28, 2023
1 parent 0b37bb8 commit 79cdc30
Show file tree
Hide file tree
Showing 19 changed files with 8,003 additions and 144 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@
!gunicorn.conf.py
!package*.json
!screenshot.js
!ogcapi-tiles-bundled-filtered.json
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
restore-keys: "pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}\npre-commit-"
- run: pre-commit run --all-files
env:
SKIP: poetry-lock
SKIP: poetry-lock,jsonschema-gentypes
- run: git diff && false
if: failure()
- name: Checks
Expand Down
7 changes: 6 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,12 @@ repos:
rev: v2.2.4
hooks:
- id: codespell
exclude: ^(.*/)?poetry\.lock$
exclude: |-
(?x)^(
(.*/)?poetry\.lock
|ogcapi-tiles-bundled\.json
|ogcapi-tiles-bundled-filtered\.json
)$
args:
- --ignore-words=.github/spell-ignore-words.txt
- repo: https://github.com/shellcheck-py/shellcheck-py
Expand Down
File renamed without changes.
Loading

0 comments on commit 79cdc30

Please sign in to comment.