7
0
Fork 0
mirror of https://github.com/wentasah/ros2nix.git synced 2025-06-18 17:48:39 +03:00
ros2nix/.flake8

5 lines
82 B
Text
Raw Normal View History

2024-09-15 10:41:08 +02:00
[flake8]
max-line-length = 80
extend-select = B950
extend-ignore = E203,E501,E701