From a28b6bb4aad586d0d0f1941ea83b27a5a3417c86 Mon Sep 17 00:00:00 2001 From: Harald Pfeiffer Date: Tue, 27 Aug 2024 18:32:58 +0200 Subject: flake8 PR 1404 --> config file in alias --- .bash/aliases.bash | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.bash/aliases.bash b/.bash/aliases.bash index bcdfae2..93b0ff4 100644 --- a/.bash/aliases.bash +++ b/.bash/aliases.bash @@ -196,3 +196,9 @@ for cmmd in batcat bat; do break fi done +# Flake8. Nice linter, but... +# They kneeled to USER STUPIDITY when it comes to configuration. Wut? +# https://flake8.pycqa.org/en/latest/release-notes/4.0.0.html#backwards-incompatible-changes +# --> https://github.com/pycqa/flake8/pull/1404 +# Users were confused, so ~/.config/flake8 is not supported anymore. lelkek. +alias flake8='flake8 --config ${HOME}/.config/flake8' -- cgit v1.2.3