mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 03:32:23 +08:00
feat: remove unuseful flake8 (#7)
This commit is contained in:
parent
58db0fac36
commit
4926a0fcb1
19
.github/workflows/flake8.yml
vendored
19
.github/workflows/flake8.yml
vendored
|
@ -1,19 +0,0 @@
|
||||||
name: PEP8 Check
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches: [main]
|
|
||||||
pull_request:
|
|
||||||
branches: [main]
|
|
||||||
jobs:
|
|
||||||
pep8:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v3
|
|
||||||
- name: Set up Python 3.10
|
|
||||||
uses: actions/setup-python@v4
|
|
||||||
with:
|
|
||||||
python-version: '3.10'
|
|
||||||
- name: Install flake8
|
|
||||||
run: pip install flake8
|
|
||||||
- name: Run flake8
|
|
||||||
run: flake8 --ignore=E501 .
|
|
Loading…
Reference in New Issue
Block a user