Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Jun 17, 2024
2 parents 5a1b9bb + d8a6b42 commit a249d24
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ repos:
- "prettier@3.0.0"

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.7
rev: v0.4.8
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/concepts/environments.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ plugins:

## Inheritance

Environments are most powerful when [inheriting](plugins#plugin-inheritance) from a base plugin definition.
Environments are most powerful when [inheriting](/concepts/plugins/#plugin-inheritance) from a base plugin definition.
Configuration that is set in an environment can be used to add or override configuration set in the base plugin configuration.
This enables reuse of configuration common to multiple environments while making it easy to switch configuration for a specific environment.

Expand Down
18 changes: 9 additions & 9 deletions docs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 11 additions & 11 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ alembic = "^1.13.1"
atomicwrites = "^1.2.1"
azure-common = {version = "^1.1.28", optional = true}
azure-core = {version = "^1.30.1", optional = true}
azure-identity = {version = "^1.16.0", optional = true}
azure-identity = {version = "^1.16.1", optional = true}
azure-storage-blob = {version = "^12.20.0", optional = true}
boto3 = {version = "^1.34.117", optional = true}
check-jsonschema = "^0.28.4"
Expand Down

0 comments on commit a249d24

Please sign in to comment.