Skip to content

Commit

Permalink
Merge pull request #212 from nautobot/u/snaselj-fix-ruff
Browse files Browse the repository at this point in the history
Fix ruff exclude
  • Loading branch information
jdrew82 authored Mar 15, 2024
2 parents d8160a8 + 42a0c41 commit 02d03cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changes/212.fixed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fixed ruff excludes to use per-file excludes instead of global excludes.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ ignore = [
"D212", # Multi-line docstring summary should start at the first line
"D213", # Multi-line docstring summary should start at the second line

# Produces a lot of issues in the current codebase.
# Produces issues in the current codebase.
"D401", # First line of docstring should be in imperative mood
"D407", # Missing dashed underline after section
"D416", # Section name ends in colon
Expand Down

0 comments on commit 02d03cd

Please sign in to comment.