Create requirements.lint.txt
Browse files- requirements.lint.txt +14 -0
requirements.lint.txt
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
flake8==5.0.4
|
| 2 |
+
flake8-absolute-import==1.0.0.1
|
| 3 |
+
flake8-annotations==2.9.1
|
| 4 |
+
flake8-bugbear==23.3.12
|
| 5 |
+
flake8-builtins==2.1.0
|
| 6 |
+
flake8-fill-one-line>=0.4.2
|
| 7 |
+
flake8-import-order==0.18.2
|
| 8 |
+
flake8-multiline-containers==0.0.19
|
| 9 |
+
flake8-print==5.0.0
|
| 10 |
+
flake8-tidy-imports==4.10.0
|
| 11 |
+
flake8-quotes==3.3.2
|
| 12 |
+
flake8-use-fstring==1.4
|
| 13 |
+
pycodestyle==2.9.0
|
| 14 |
+
pep8-naming==0.13.3
|