Skip to content

Commit

Permalink
ci: add ci environment tools
Browse files Browse the repository at this point in the history
Signed-off-by: wangmingrong1 <[email protected]>
  • Loading branch information
W-M-R authored and xiaoxiang781216 committed Jan 13, 2025
1 parent c4a6f39 commit be21e32
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/linters/setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[flake8]
ignore = W503,W605,E203,E704
max-complexity=27
max-line-length =125
multi line_output=3
show-source = True
statistics = True

[isort]
profile = black

0 comments on commit be21e32

Please sign in to comment.