Skip to content

Commit

Permalink
build: ⏪️ Restore some settings from black for ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
jdrew82 committed Jan 4, 2024
1 parent 7010405 commit 11324bd
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,20 @@ supported_nautobot_versions = [
[tool.ruff]
line-length = 120
target-version = "py38"
exclude = ["nautobot_ssot/integrations/servicenow/third_party"]

exclude = [
".eggs", # exclude a few common directories in the
".git", # root of the project
".hg",
".mypy_cache",
".tox",
".venv",
"_build",
"buck-out",
"build",
"dist",
"nautobot_ssot/integrations/servicenow/third_party"
]

[tool.ruff.lint]
select = [
Expand Down

0 comments on commit 11324bd

Please sign in to comment.