Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .codacy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Codacy analysis scope.
#
# CI workflow definitions and the helper scripts they run are never
# shipped in the published package, so findings there fail the quality
# gate without describing any risk to users of this project. This
# mirrors the scope already set for SonarQube Cloud in
# .sonarcloud.properties.
exclude_paths:
- ".github/**"
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ test = [
source = "vcs"

[tool.ruff]
# CI workflow definitions and the helper scripts they run are not
# part of the published package, so they are out of scope here.
extend-exclude = [".github"]
line-length = 80
indent-width = 4
preview = true
Expand Down
Loading