Skip to content

Commit 8285481

Browse files
committed
change max-line-length to 100 in ament_flake8.ini
1 parent 6210f2f commit 8285481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[flake8]
22
extend-ignore = B902,C816,D100,D101,D102,D103,D104,D105,D106,D107,D203,D212,D404,I202
33
import-order-style = google
4-
max-line-length = 99
4+
max-line-length = 100
55
show-source = true
66
statistics = true

0 commit comments

Comments
 (0)