Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Tinoco committed Apr 8, 2022
1 parent d5ae21f commit 18162f1
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 44 deletions.
1 change: 1 addition & 0 deletions .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
ignore = E501, W503
exclude =
.venv
max-line-length = 120
75 changes: 32 additions & 43 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 @@ -43,7 +43,6 @@ myst-parser = "^0.17.0"
sphinx-rtd-theme = "^1.0.0"
sphinx-autoapi = "^1.8.4"
jedi = "^0.18.1"
toml = "^0.10.2"

[tool.poetry.extras]
nautobot = ["nautobot"]
Expand Down Expand Up @@ -86,6 +85,7 @@ no-docstring-rgx="^(_|test_|Meta$)"
disable = """,
line-too-long,
bad-continuation,
duplicate-code,
"""

[tool.pylint.miscellaneous]
Expand Down

0 comments on commit 18162f1

Please sign in to comment.