Skip to content

Commit

Permalink
Fixing pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
mzbroch committed Feb 28, 2024
1 parent da0cf9a commit 62bdfd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 @@ -21,10 +21,10 @@ packages = [
[tool.poetry.dependencies]
python = ">=3.8,<3.12"
nautobot = "^2.0.3"
toml = "^0.10.2"

[tool.poetry.dev-dependencies]
invoke = "*"
toml = "*"
black = "*"
django-debug-toolbar = "*"
yamllint = "*"
Expand Down

0 comments on commit 62bdfd4

Please sign in to comment.