Skip to content

Commit 36bc949

Browse files
⬆️ Lock file maintenance (#155)
* ⬆️ Lock file maintenance * Fix per-file-ignores glob syntax --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
1 parent 1d16880 commit 36bc949

2 files changed

Lines changed: 609 additions & 421 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ disable = [
146146

147147
per-file-ignores = [
148148
# redefined-outer-name: Tests reference fixtures in the test function
149-
"/tests/:redefined-outer-name",
149+
"tests/**/*:redefined-outer-name",
150150
]
151151

152152

0 commit comments

Comments
 (0)