Skip to content

Commit

Permalink
feat(backend): 更新依赖包 #6854
Browse files Browse the repository at this point in the history
feat(backend): 更新依赖包 #6854
  • Loading branch information
zhangzhw8 committed Sep 11, 2024
1 parent 2ef6120 commit 404c30b
Show file tree
Hide file tree
Showing 5 changed files with 364 additions and 631 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python_code_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install flake8==5.0.4 black=="22.3.0"
pip install flake8==7.1.1 black=="22.3.0"
- name: Lint with flake8
run: |
FLAKE8_RESULT=$(flake8 dbm-ui/backend --config=dbm-ui/backend/.flake8 || true)
Expand Down
2 changes: 2 additions & 0 deletions dbm-ui/backend/.flake8
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ exclude =
per-file-ignores =
*/__init__.py: F401,F403,F405
nginx_template.py: W605
dbm-ui/backend/db_services/mysql/remote_service/handlers.py: W605
dbm-ui/backend/flow/plugins/components/collections/mysql/filter_database_table_by_flashback_input.py: W605
max-line-length=129
max-complexity=21
format=pylint
Expand Down
Loading

0 comments on commit 404c30b

Please sign in to comment.