Skip to content

Commit

Permalink
Merge branch 'main' into 1217-feature-automatic-catalog-inclusion-of-…
Browse files Browse the repository at this point in the history
…replication-keys
  • Loading branch information
edgarrmondragon authored Dec 21, 2022
2 parents 1010d8c + 33147bd commit fb41535
Show file tree
Hide file tree
Showing 3 changed files with 1,137 additions and 1,163 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/constraints.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
pip==22.3.1
poetry==1.2.2
virtualenv==20.17.1
poetry==1.3.1
nox==2022.11.21
nox-poetry==1.0.2
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ repos:
)$
- repo: https://github.com/psf/black
rev: 22.10.0
rev: 22.12.0
hooks:
- id: black
exclude: |
Expand All @@ -47,7 +47,7 @@ repos:
)$
- repo: https://github.com/pycqa/isort
rev: 5.10.1
rev: v5.11.3
hooks:
- id: isort
exclude: (cookiecutter/.*|singer_sdk/helpers/_simpleeval/.*)
Expand All @@ -63,7 +63,7 @@ repos:
files: 'singer_sdk/.*'

- repo: https://github.com/asottile/pyupgrade
rev: v3.3.0
rev: v3.3.1
hooks:
- id: pyupgrade
args: [--py37-plus]
Expand All @@ -74,7 +74,7 @@ repos:
)$
- repo: https://github.com/python-poetry/poetry
rev: 1.2.2
rev: 1.3.1
hooks:
- id: poetry-check
- id: poetry-lock
Expand Down
Loading

0 comments on commit fb41535

Please sign in to comment.