We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6210f2f commit 8285481Copy full SHA for 8285481
ament_flake8/ament_flake8/configuration/ament_flake8.ini
@@ -1,6 +1,6 @@
1
[flake8]
2
extend-ignore = B902,C816,D100,D101,D102,D103,D104,D105,D106,D107,D203,D212,D404,I202
3
import-order-style = google
4
-max-line-length = 99
+max-line-length = 100
5
show-source = true
6
statistics = true
0 commit comments