Skip to content

Commit da57005

Browse files
Ignore ruff rule CPY001 (#633)
Ruff 0.16 version stabilizes CPY001 rule that check for copyright notices at the top of every python file. This repository does not intend to have those so ignore the rule.
1 parent 953f7b3 commit da57005

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ruff.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ select = ["ALL"]
88

99
ignore = [
1010
"COM812",
11+
"CPY001",
1112
"D10",
1213
"FIX",
1314
"ISC001",

0 commit comments

Comments
 (0)