New line at the end of the file #41

Open
opened 2021-06-30 08:18:32 +02:00 by Fred · 0 comments
Owner

Pourquoi forcer une nouvelle ligne à la fin de chaque fichier ?

Pour rendre les commits plus lisibles 😙

diff --git a/requirements/base.txt b/requirements/base.txt
index 6223651..58a7582 100644
--- a/requirements/base.txt
+++ b/requirements/base.txt
@@ -13,4 +13,6 @@ simplejson
 python-dateutil==2.8.0
 requests==2.22.0

-django-rest-swagger==2.2.0
\ No newline at end of file
+django-rest-swagger==2.2.0
+
+sentry-sdk
\ No newline at end of file
Pourquoi forcer une nouvelle ligne à la fin de chaque fichier ? Pour rendre les commits plus lisibles 😙 ```bash diff --git a/requirements/base.txt b/requirements/base.txt index 6223651..58a7582 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -13,4 +13,6 @@ simplejson python-dateutil==2.8.0 requests==2.22.0 -django-rest-swagger==2.2.0 \ No newline at end of file +django-rest-swagger==2.2.0 + +sentry-sdk \ No newline at end of file ```
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Fred/gwift-book#41
No description provided.