Skip to content

Commit

Permalink
chore(deps): update devdeps non-major (#551)
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 Jun 28, 2023
1 parent 62b2865 commit 8e12d9d
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 29 deletions.
2 changes: 1 addition & 1 deletion dockertidy/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
default_config_file = os.path.join(config_dir, "config.yml")


class Config():
class Config:
"""
Create an object with all necessary settings.
Expand Down
50 changes: 25 additions & 25 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@ zipp = "3.15.0"
docker-tidy = "dockertidy.cli:main"

[tool.poetry.group.dev.dependencies]
ruff = "0.0.272"
pytest = "7.3.2"
ruff = "0.0.275"
pytest = "7.4.0"
pytest-mock = "3.11.1"
pytest-cov = "4.1.0"
toml = "0.10.2"
yapf = "0.40.0"
yapf = "0.40.1"

[tool.poetry-dynamic-versioning]
enable = true
Expand Down Expand Up @@ -126,6 +126,7 @@ ignore = [
"D203",
"D212",
"UP038",
"RUF012",
]
line-length = 99
select = [
Expand Down

0 comments on commit 8e12d9d

Please sign in to comment.