Skip to content

Commit

Permalink
Fix CI warning
Browse files Browse the repository at this point in the history
warning: `C4` has been remapped to `C40`.
  • Loading branch information
DimitriPapadopoulos committed Mar 14, 2023
1 parent b8c5bb2 commit f830411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ select = [
"A",
"ANN",
"B",
"C4",
"C40",
"C9",
"E",
"F",
Expand Down

0 comments on commit f830411

Please sign in to comment.