Skip to content

Commit

Permalink
chore(config): change flake8 import-order-style to pep8 (tier4#221)
Browse files Browse the repository at this point in the history
* chore(config): ignore I100 of flake8

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

* Update setup.cfg
  • Loading branch information
kenji-miyake authored Apr 25, 2022
1 parent c8be54d commit 48fc7e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[flake8]
# Modified from https://github.com/ament/ament_lint/blob/ebd524bb9973d5ec1dc48a670ce54f958a5a0243/ament_flake8/ament_flake8/configuration/ament_flake8.ini
extend-ignore = B902,C816,D100,D101,D102,D103,D104,D105,D106,D107,D203,D212,D404,I202,CNL100,E203,E501,Q000
import-order-style = google
import-order-style = pep8
max-line-length = 100
show-source = true
statistics = true
Expand Down

0 comments on commit 48fc7e3

Please sign in to comment.