Skip to content

Commit

Permalink
Code quality check improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
dividor committed May 8, 2024
1 parent 08b9250 commit fddbade
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[flake8]
max-line-length = 88
max-complexity = 18
select = B,C,E,F,W,T4,B9
ignore = E203, E266, E501, W503, F403, F401
5 changes: 5 additions & 0 deletions .isort.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[settings]
line_length = 88
multi_line_output = 3
include_trailing_comma = True
known_third_party = apis,assistant_tools,bs4,chainlit,create_api_skills,create_assistant,dotenv,geopandas,hdx,jinja2,langchain,matplotlib,numpy,openai,pandas,promptflow,pycountry,requests,set_env

0 comments on commit fddbade

Please sign in to comment.