Skip to content

Commit

Permalink
Remove flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
agners committed Mar 1, 2024
1 parent bc62fcc commit a099cb2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 14 deletions.
6 changes: 0 additions & 6 deletions .flake8

This file was deleted.

7 changes: 0 additions & 7 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -272,13 +272,6 @@ jobs:
run: |
git grep -I -n 'emberAfWriteAttribute' -- './*' ':(exclude).github/workflows/lint.yml' ':(exclude)src/app/util/af.h' ':(exclude)zzz_generated/app-common/app-common/zap-generated/attributes/Accessors.cpp' ':(exclude)src/app/zap-templates/templates/app/attributes/Accessors-src.zapt' ':(exclude)src/app/util/attribute-table.cpp' ':(exclude)examples/common/pigweed/rpc_services/Attributes.h' ':(exclude)src/app/util/attribute-table.h' ':(exclude)src/app/util/ember-compatibility-functions.cpp' && exit 1 || exit 0
# Run python Linter (flake8) and verify python files
# ignore some style errors, restyler should do that
- name: Check for errors using flake8 Python linter
if: always()
run: |
flake8 --extend-ignore=E501,W391
# Run ruff python linter
- name: Check for errors using ruff Python linter
if: always()
Expand Down
1 change: 0 additions & 1 deletion integrations/docker/images/base/chip-build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ RUN set -x \
click \
coloredlogs \
cxxfilt \
flake8 \
future \
ghapi \
mobly \
Expand Down

0 comments on commit a099cb2

Please sign in to comment.