From 50445dbe3f83551244d858e5d2a0a0e1a90adf75 Mon Sep 17 00:00:00 2001 From: Peter Pentchev Date: Sat, 7 Sep 2024 13:23:38 +0300 Subject: Add Peter Pentchev's Python solution to 285. --- challenge-285/ppentchev/python/requirements/ruff.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 challenge-285/ppentchev/python/requirements/ruff.txt (limited to 'challenge-285/ppentchev/python/requirements/ruff.txt') diff --git a/challenge-285/ppentchev/python/requirements/ruff.txt b/challenge-285/ppentchev/python/requirements/ruff.txt new file mode 100644 index 0000000000..1c69e31418 --- /dev/null +++ b/challenge-285/ppentchev/python/requirements/ruff.txt @@ -0,0 +1,4 @@ +# SPDX-FileCopyrightText: Peter Pentchev +# SPDX-License-Identifier: BSD-2-Clause + +ruff == 0.6.4 -- cgit