Skip to content

Commit

Permalink
bump openapi-linter (new tags rulesets) (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
ls-michal-dabrowski authored Mar 1, 2023
1 parent e0efb69 commit 4293307
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ls_pre_commit_hooks/openapi-linter.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh
set -e

LINTER_TAG="${OPENAPI_LINTER_VERSION:-93-55d578b}"
LINTER_TAG="${OPENAPI_LINTER_VERSION:-147-6333941}"
LINTER_IMAGE="809245501444.dkr.ecr.us-east-1.amazonaws.com/release/internal/image/openapi-linter"

container_exists() {
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ls-pre-commit-hooks"
version = "0.7.27"
version = "0.7.29"
description = "A collection of useful pre-commit hooks used in Lightspeed Hospitality"
authors = ["Your Name <you@example.com>"]
include = [
Expand Down

0 comments on commit 4293307

Please sign in to comment.