mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 16:05:52 +03:00
[PR #181] [MERGED] respect PEP8 coding style #401
Labels
No labels
bug
compatibility
feature request
fit for beginners
help wanted
hosting
idea
improvement
packaging
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asciinema#401
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/asciinema/asciinema/pull/181
Author: @jakubjedelsky
Created: 10/13/2016
Status: ✅ Merged
Merged: 10/14/2016
Merged by: @ku1ik
Base:
master← Head:pep8📝 Commits (2)
4669684Make code to respect PEP8 coding style25dd3f2Learn travis to check PEP8 style📊 Changes
8 files changed (+41 additions, -15 deletions)
View changed files
📝
.travis.yml(+6 -1)📝
asciinema/__init__.py(+2 -2)📝
asciinema/api.py(+7 -3)📝
asciinema/commands/auth.py(+2 -2)📝
asciinema/player.py(+1 -0)📝
asciinema/pty_recorder.py(+3 -3)📝
setup.py(+1 -3)📝
tests/config_test.py(+19 -1)📄 Description
No new functions, just coding edit coding style to pass with pep8 check. Except
E501 line too long.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.