Some linting #12

Merged
framasky merged 0 commits from linting into master 2019-01-05 15:40:41 +01:00
framasky commented 2019-01-05 14:32:37 +01:00 (Migrated from git.drycat.fr)
  1. replace tabs by spaces
  2. align assignations
  3. no trailing spaces/tabs
  4. put a re.compile outside a function, to make it compiled one time only

You can see with git diff -w HEAD~ that nothing really changed.

It may require a test though, since Python is based on indentation.

1. replace tabs by spaces 2. align assignations 3. no trailing spaces/tabs 4. put a re.compile outside a function, to make it compiled one time only You can see with `git diff -w HEAD~` that nothing really changed. It may require a test though, since Python is based on indentation.
Dryusdan (Migrated from git.drycat.fr) approved these changes 2019-01-05 15:40:33 +01:00
Dryusdan (Migrated from git.drycat.fr) left a comment

Thank :)

Thank :)
This repo is archived. You cannot comment on pull requests.
No reviewers
No Milestone
No project
No Assignees
1 Participants
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: Dryusdan/masto-image-bot#12
No description provided.