all features OK, cleaned up (flake8) code except migrations files
This commit is contained in:
92
flake-report/index.html
Normal file
92
flake-report/index.html
Normal file
@@ -0,0 +1,92 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>flake8 violations</title>
|
||||
<meta http-equiv="Content-Type" value="text/html; charset=UTF-8">
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="masthead" class="sev-2"></div>
|
||||
<div id="page">
|
||||
<h1>flake8 violations</h1>
|
||||
<p id="versions">Generated on 2025-05-06 10:31
|
||||
with Installed plugins: flake8-html: 0.4.3, mccabe: 0.7.0, pycodestyle: 2.13.0, pyflakes: 3.3.2
|
||||
</p>
|
||||
<ul id="index">
|
||||
|
||||
<li>
|
||||
<a href="LITReview.authentication.migrations.0001_initial.report.html">
|
||||
<span class="count sev-2">
|
||||
13
|
||||
</span>
|
||||
LITReview/authentication/migrations/0001_initial.py
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="LITReview.reviews.migrations.0001_initial.report.html">
|
||||
<span class="count sev-2">
|
||||
7
|
||||
</span>
|
||||
LITReview/reviews/migrations/0001_initial.py
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="LITReview.reviews.migrations.0002_userfollows_followed_user_userfollows_user_and_more.report.html">
|
||||
<span class="count sev-2">
|
||||
4
|
||||
</span>
|
||||
LITReview/reviews/migrations/0002_userfollows_followed_user_userfollows_user_and_more.py
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="LITReview.reviews.migrations.0005_userfollows_starting_date.report.html">
|
||||
<span class="count sev-2">
|
||||
2
|
||||
</span>
|
||||
LITReview/reviews/migrations/0005_userfollows_starting_date.py
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="LITReview.reviews.migrations.0006_ticket_review_alter_review_ticket.report.html">
|
||||
<span class="count sev-2">
|
||||
2
|
||||
</span>
|
||||
LITReview/reviews/migrations/0006_ticket_review_alter_review_ticket.py
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="LITReview.reviews.migrations.0003_alter_ticket_image.report.html">
|
||||
<span class="count sev-2">
|
||||
1
|
||||
</span>
|
||||
LITReview/reviews/migrations/0003_alter_ticket_image.py
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="LITReview.reviews.migrations.0004_rename_body_ticket_desc_remove_review_body_and_more.report.html">
|
||||
<span class="count sev-2">
|
||||
1
|
||||
</span>
|
||||
LITReview/reviews/migrations/0004_rename_body_ticket_desc_remove_review_body_and_more.py
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="LITReview.reviews.migrations.0007_alter_review_ticket.report.html">
|
||||
<span class="count sev-2">
|
||||
1
|
||||
</span>
|
||||
LITReview/reviews/migrations/0007_alter_review_ticket.py
|
||||
</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user