Skip to content

Commit

Permalink
enable flake8 F error codes
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh committed Jun 22, 2020
1 parent 0d97b6d commit ca12a1c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ repos:
- id: check-yaml
- id: check-merge-conflict
- id: check-symlinks
- id: trailing-whitespace
exclude: '^(board/inc)|[tests/misra/coverage_table]/'
- repo: https://github.com/pre-commit/mirrors-mypy
rev: master
hooks:
Expand All @@ -19,7 +17,7 @@ repos:
- id: flake8
exclude: '^(tests/automated)/'
args:
- --select=E112,E113,E304,E501,E502,E701,E702,E703,E71,E72,E731,W191,W6
- --select=F,E112,E113,E304,E501,E502,E701,E702,E703,E71,E72,E731,W191,W6
- --exclude=python/esptool.py,tests/gmbitbang/*
- --max-line-length=160
- --statistics
Expand Down

0 comments on commit ca12a1c

Please sign in to comment.