Skip to content

Commit

Permalink
Decide for conflicting rules (#45)
Browse files Browse the repository at this point in the history
* decide for conflicting rules

* no top-level-linter setting

* add rule to ignore list
  • Loading branch information
mmacata authored Dec 18, 2024
1 parent a1e8438 commit 255a502
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions linting-config-examples/ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,12 @@ lint.select = [
# Overwrite the following sections as needed
# in the repositories using the lint workflow.

# ignore = [
lint.ignore = [
"D203", # one-blank-line-before-class
"D213", # multi-line-summary-second-line
# "E402", # module-import-not-at-top-of-file
# "E501", # line-too-long
# ]
]

# [lint.per-file-ignores]
# Define file-specific linting rule ignores
Expand Down

0 comments on commit 255a502

Please sign in to comment.