diff options
| author | Peter Pentchev <roam@ringlet.net> | 2024-09-07 13:23:38 +0300 |
|---|---|---|
| committer | Peter Pentchev <roam@ringlet.net> | 2024-09-08 11:47:07 +0300 |
| commit | 50445dbe3f83551244d858e5d2a0a0e1a90adf75 (patch) | |
| tree | bb430c485bb5357048f39691c7874830f11d6ed7 /challenge-285/ppentchev/python/requirements/ruff.txt | |
| parent | c575ab1f907b7ef8cdcf0076aa783470edb56fd8 (diff) | |
| download | perlweeklychallenge-club-50445dbe3f83551244d858e5d2a0a0e1a90adf75.tar.gz perlweeklychallenge-club-50445dbe3f83551244d858e5d2a0a0e1a90adf75.tar.bz2 perlweeklychallenge-club-50445dbe3f83551244d858e5d2a0a0e1a90adf75.zip | |
Add Peter Pentchev's Python solution to 285.
Diffstat (limited to 'challenge-285/ppentchev/python/requirements/ruff.txt')
| -rw-r--r-- | challenge-285/ppentchev/python/requirements/ruff.txt | 4 |
1 files changed, 4 insertions, 0 deletions
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 <roam@ringlet.net> +# SPDX-License-Identifier: BSD-2-Clause + +ruff == 0.6.4 |
