Skip to content

Commit

Permalink
chore(deps): update dependency ruff to v0.6.2 (#401)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Robert Kaussow <mail@thegeeklab.de>
  • Loading branch information
renovate[bot] and xoxys authored Aug 29, 2024
1 parent 2ecd457 commit 3db60b9
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion gitbatch/utils/copy.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def simplecopytree(


def simplecopystat(src, dst, *, follow_symlinks=True):
def _nop(*args, ns=None, follow_symlinks=None): # noqa
def _nop(*args, ns=None, follow_symlinks=None):
pass

# follow symlinks (aka don't not follow symlinks)
Expand Down
40 changes: 20 additions & 20 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 @@ -40,7 +40,7 @@ python-json-logger = "2.0.7"
git-batch = "gitbatch.cli:main"

[tool.poetry.group.dev.dependencies]
ruff = "0.6.1"
ruff = "0.6.2"
pytest = "8.3.2"
pytest-mock = "3.14.0"
pytest-cov = "5.0.0"
Expand Down

0 comments on commit 3db60b9

Please sign in to comment.