Skip to content

Commit 9c76fbf

Browse files
build(deps-dev): Bump ruff from 0.2.2 to 0.3.0 (#379)
1 parent f525b3b commit 9c76fbf

File tree

3 files changed

+21
-20
lines changed

3 files changed

+21
-20
lines changed

poetry.lock

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ faker = ">=18.5.1"
4545
mypy = ">=1.8.0"
4646
pendulum = "~=3.0"
4747
pre-commit = ">=3.0.4"
48-
ruff = "~=0.2.0"
48+
ruff = "~=0.3.0"
4949
pydocstyle = ">=6.1.1"
5050
tox = "~=4"
5151
types-paramiko = ">=3.3.0.0"

tap_postgres/tap.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Postgres tap class."""
2+
23
from __future__ import annotations
34

45
import atexit

0 commit comments

Comments
 (0)