Skip to content

Commit

Permalink
Merge branch 'main' into multiple-streams-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianswms authored Jul 23, 2024
2 parents fd9e236 + 186b356 commit e06b22c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ repos:
)$
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.2
rev: v0.5.4
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- id: ruff-format

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.10.1
rev: v1.11.0
hooks:
- id: mypy
exclude: 'tests'
Expand Down
10 changes: 5 additions & 5 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 @@ -29,7 +29,7 @@ pytz = "~=2024.1"
singer-sdk = "~=0.38.0"

[tool.poetry.dev-dependencies]
pytest = "~=8.2"
pytest = "~=8.3"

[tool.poetry.scripts]
target-csv = 'target_csv.target:TargetCSV.cli'
Expand Down

0 comments on commit e06b22c

Please sign in to comment.