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 committed Jan 12, 2025
1 parent 5d4190f commit ff8739e
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 ff8739e

Please sign in to comment.