mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 20:03:16 +00:00
8e9d4495c7
The script used to output: ``` Warning: Lua 5.1 interpreter not found at /nix/store/w577gc82dg7r1p480pp1kjbq7i32lhh2-lua-5.2.4 ``` not sure why luarocks outputs since since it works nevertheless added .flake8 so that the editor can pick it up too.
7 lines
116 B
INI
7 lines
116 B
INI
[flake8]
|
|
# E111 => 4 spaces tabs
|
|
# don't let spaces else it is not recognized
|
|
# E123 buggy
|
|
ignore =
|
|
E501,E265,E402
|