[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#55474] [PATCH 06/18] gnu: Add python-flake8-blind-except.
From: |
Nicolas Graves |
Subject: |
[bug#55474] [PATCH 06/18] gnu: Add python-flake8-blind-except. |
Date: |
Tue, 17 May 2022 09:54:36 +0200 |
* gnu/packages/python-xyz.scm (python-flake8-blind-except): New variable.
---
gnu/packages/python-xyz.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 5d6a60c771..7f67a93f4b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -11088,6 +11088,25 @@ (define-public python-flake8-3.8
(list python-pycodestyle-2.6 python-entrypoints python-pyflakes-2.2
python-mccabe))))
+(define-public python-flake8-blind-except
+ (package
+ (name "python-flake8-blind-except")
+ (version "0.2.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "flake8-blind-except" version))
+ (sha256
+ (base32 "05nxsxfzfhwsm8gys90228imm2qbnqnw5y8bfqyfngnbkmd5fnpj"))))
+ (build-system python-build-system)
+ (native-inputs (list python-pycodestyle python-pep8))
+ (home-page "https://github.com/elijahandrews/flake8-blind-except")
+ (synopsis "A flake8 extension that checks for blind except: statements")
+ (description
+ "This package provides a flake8 extension that checks for blind except:
+statements.")
+ (license license:expat)))
+
(define-public python-flake8-bugbear
(package
(name "python-flake8-bugbear")
--
2.36.0
- [bug#55474] [PATCH 01/18] gnu: python-django-taggit: Update to 2.1.0., Nicolas Graves, 2022/05/17
- [bug#55473] [PATCH 02/18] gnu: python-django-filter: Update to 21.1., Nicolas Graves, 2022/05/17
- [bug#55475] [PATCH 05/18] gnu: Add python-jinjalint., Nicolas Graves, 2022/05/17
- [bug#55476] [PATCH 03/18] gnu: Add python-django-modelcluster., Nicolas Graves, 2022/05/17
- [bug#55474] [PATCH 08/18] gnu: Add python-django-request., Nicolas Graves, 2022/05/17
- [bug#55474] [PATCH 09/18] gnu: Add python-django-environ., Nicolas Graves, 2022/05/17
- [bug#55474] [PATCH 10/18] gnu: Add python-psycopg2-2.8., Nicolas Graves, 2022/05/17
- [bug#55474] [PATCH 11/18] gnu: Add python-beautifulsoup4-4.8., Nicolas Graves, 2022/05/17
- [bug#55474] [PATCH 06/18] gnu: Add python-flake8-blind-except.,
Nicolas Graves <=
- [bug#55474] [PATCH 14/18] gnu: Add python-parsy., Nicolas Graves, 2022/05/17
- [bug#55474] [PATCH 16/18] gnu: Add python-telepath., Nicolas Graves, 2022/05/17
- [bug#55474] [PATCH 17/18] gnu: Add python-wagtail., Nicolas Graves, 2022/05/17
- [bug#55474] [PATCH 15/18] gnu: Add python-anyascii., Nicolas Graves, 2022/05/17
- [bug#55474] [PATCH 04/18] gnu: Add python-django-treebeard., Nicolas Graves, 2022/05/17
- [bug#55474] [PATCH 07/18] gnu: Add python-willow., Nicolas Graves, 2022/05/17
- [bug#55474] [PATCH 12/18] gnu: Add python-draftjs-exporter., Nicolas Graves, 2022/05/17
- [bug#55474] [PATCH 13/18] gnu: Add python-l18n., Nicolas Graves, 2022/05/17
- [bug#55474] [PATCH 18/18] gnu: Add python-wagtail-localize., Nicolas Graves, 2022/05/17