Skip to content

Commit

Permalink
chore: Clean up (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Jan 3, 2025
1 parent bb91205 commit f55cad3
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_tap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
uses: snok/install-poetry@v1
with:
# Version of Poetry to use
version: 1.8.4
version: 1.8.5
virtualenvs-create: true
virtualenvs-in-project: true
- name: Set up Python ${{ matrix.python-version }}
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ repos:


- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.1
rev: v0.8.5
hooks:
- id: ruff
args: [ --fix ]
- id: ruff-format

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.13.0
rev: v1.14.1
hooks:
- id: mypy
pass_filenames: true
Expand Down
2 changes: 2 additions & 0 deletions meltano.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
version: 1
send_anonymous_usage_stats: false
project_id: 96584f7b-a36c-46e0-b41a-7f9074293137
venv:
backend: uv
plugins:
extractors:
- name: tap-github
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[tool.poetry]
name = "tap-github"
version = "1.4.2"
version = "1.9.0"
description = "`tap-github` is Singer tap for GitHub, built with the Singer SDK."
authors = ["Meltano and Meltano Community"]
homepage = "https://github.com/MeltanoLabs/tap-github"
repository = "https://github.com/MeltanoLabs/tap-github"
license = "Apache 2.0"
license = "Apache-2.0"
keywords = ["Meltano", "Singer", "Meltano SDK", "Singer SDK", "ELT", "Github"]
classifiers = [
"Intended Audience :: Developers",
Expand Down
14 changes: 0 additions & 14 deletions tap-github.sh

This file was deleted.

5 changes: 1 addition & 4 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
isolated_build = true
envlist = py3{8,9,10,11,12}
envlist = py3{9,10,11,12,13}

[testenv]
whitelist_externals = poetry
Expand All @@ -14,6 +14,3 @@ ignore = W503
max-line-length = 88
exclude = cookiecutter
max-complexity = 10

[pydocstyle]
ignore = D105,D203,D213

0 comments on commit f55cad3

Please sign in to comment.