mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
80011bef3c
luaPackages.rlua-toml: fix overrides luaPackages.dkjson: rollback changes because of this checksum issue... luaPackages: update on 2024-04-29
9 lines
139 B
INI
9 lines
139 B
INI
[flake8]
|
|
# E111 => 4 spaces tabs
|
|
# don't let spaces else it is not recognized
|
|
# E123 buggy
|
|
ignore =
|
|
E501,E265,E402
|
|
|
|
max-line-length = 120
|