From 1ba98053736d8f217992f5a6f8d1c8f11072b2ea Mon Sep 17 00:00:00 2001 From: takunomi-build-bot Date: Mon, 22 Jul 2024 23:39:10 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Repository=20layout=20updated=20?= =?UTF-8?q?to=20latest=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni --- ruff.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ruff.toml b/ruff.toml index 4f533b8..77e8b76 100644 --- a/ruff.toml +++ b/ruff.toml @@ -8,6 +8,8 @@ lint.ignore = [ 'TCH', # Microoptimization at the cost of readability + 'D407', 'D413', # Weird documentation stuff + 'D100', 'D101', 'D102', 'D103', 'D104', 'D105', 'D106', 'D107', 'D300', 'D401', # Missing docstrings (lots of work) 'TD002', 'TD003', 'TD004', 'FIX', # Who cares about TODO standards? "E501", 'PLR0912', 'PTH123', 'F405', 'E402', 'PLW0603', @@ -19,7 +21,7 @@ lint.ignore = [ # Autofix lint.fixable = [ - 'SIM', 'C', 'Q', 'D', + 'SIM', 'C', 'Q', 'UP035', 'UP004', 'UP032', 'UP006', 'UP007', 'I001', 'F401', 'COM812', 'B011', 'PLR1722', 'PLR0402', 'S101', ]