Skip to content

Commit

Permalink
ci: update flake8 configuration to remove duplicate error code from e…
Browse files Browse the repository at this point in the history
…xtend-ignore list

Signed-off-by: asa-naki <[email protected]>
  • Loading branch information
asa-naki committed Nov 20, 2024
1 parent 5911143 commit c90bec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[flake8]
extend-ignore = A001, A002, CNL100, D100, D101, D102, D103, D104, D105, D107, E203, E225, E231, E275, E301, E302, E305, E501, E712, F401, F821, I100, I201, Q000, W291
extend-ignore = A001, A002, CNL100, D100, D101, D102, D103, D104, D105, D107, E203, E225, E231, E275, E301, E302, E305, E501, E712, F401, I100, I201, Q000, W291

0 comments on commit c90bec6

Please sign in to comment.