From c2fcfa4fac24c6336d8a3362dc68f1839fc5b08a Mon Sep 17 00:00:00 2001 From: Marco Lucarelli Date: Wed, 21 Jan 2026 08:36:44 +0100 Subject: [PATCH] fix .pre-commit-config.yaml --- python/simple-requests/.pre-commit-config.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/python/simple-requests/.pre-commit-config.yaml b/python/simple-requests/.pre-commit-config.yaml index 6f7fe23..772a879 100644 --- a/python/simple-requests/.pre-commit-config.yaml +++ b/python/simple-requests/.pre-commit-config.yaml @@ -7,4 +7,3 @@ repos: - id: ruff-check # Run the formatter. - id: ruff-format -