e11sync

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | LICENSE

commit 4464e89cbb1e30cbfd56320a882f6ba2a92ee4d7 (tree)
parent 7db77e5b2462e0c5af5b0000ac938a885857e450
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date:   Mon, 15 Jan 2024 09:22:16 +0200

comment autopep8

Diffstat:
Mflake.nix | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/flake.nix b/flake.nix @@ -97,6 +97,9 @@ python3Packages.django-debug-toolbar python3Packages.flake8 + + # TODO: vim integration via EXITINT? + # autopep8 --in-place --recursive . python3Packages.autopep8 ]; GEOIP_PATH = "${geoip-archive}";