Skip to content

Commit

Permalink
Merge branch 'main' into change/deprecate-legacy-testing
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Jul 18, 2023
2 parents 61c7a89 + 4c53313 commit 387ae8c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
7 changes: 7 additions & 0 deletions .github/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# This config file extends the shared Meltano GitHub org stale bot config:
# https://github.com/meltano/.github/blob/main/.github/stale.yml

_extends: .github

# In most cases, this file should not be updated.
# Updates to the stale bot config should be shared by all Meltano GitHub repositories.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ repos:
)$
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.23.2
rev: 0.23.3
hooks:
- id: check-dependabot
- id: check-github-workflows
- id: check-readthedocs

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.277
rev: v0.0.278
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
Expand Down
2 changes: 1 addition & 1 deletion docs/cli_commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ plugins:
extractors:
- name: my-tap
namespace: my_tap
executable: ./my-tap.sh
executable: -e .
capabilities:
- state
- catalog
Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,8 @@ pytest11 = { callable = "singer_sdk:testing.pytest_plugin", extras = ["testing"]
[tool.ruff]
exclude = [
"cookiecutter/*",
"singer_sdk/helpers/_simpleeval.py",
"tests/core/test_simpleeval.py",
]
ignore = [
"ANN101", # Missing type annotation for `self` in method
Expand Down

0 comments on commit 387ae8c

Please sign in to comment.