Skip to content

Commit

Permalink
chore: Update target-version in Ruff config
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Sep 5, 2023
1 parent 10e7594 commit 6967037
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
{sys.executable} -m pip install nox-poetry"""
raise SystemExit(dedent(message)) from None

python_versions = ["3.11", "3.10", "3.9", "3.8", "3.7"]
python_versions = ["3.11", "3.10", "3.9", "3.8"]
nox.options.sessions = ("tests",)


Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ requires = [

[tool.poetry]
name = "tap-geekbot"
version = "0.0.1"
version = "0.0.0"
description = "`tap-geekbot` is a Singer tap for Geekbot, built with the Meltano SDK for Singer Taps."
authors = ["Edgar Ramírez-Mondragón <edgarrm358@gmail.com>"]
keywords = [
Expand Down Expand Up @@ -41,7 +41,7 @@ ignore = [
line-length = 88
select = ["ALL"]
src = ["tap_geekbot", "tests"]
target-version = "py37"
target-version = "py38"
unfixable = [
"ERA001", # commented-out-code
]
Expand Down

0 comments on commit 6967037

Please sign in to comment.