[PR #181] [MERGED] respect PEP8 coding style #1015

Closed
opened 2026-03-15 11:13:51 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: pep8


📝 Commits (2)

  • 4669684 Make code to respect PEP8 coding style
  • 25dd3f2 Learn 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.

## 📋 Pull Request Information **Original PR:** https://github.com/asciinema/asciinema/pull/181 **Author:** [@jakubjedelsky](https://github.com/jakubjedelsky) **Created:** 10/13/2016 **Status:** ✅ Merged **Merged:** 10/14/2016 **Merged by:** [@ku1ik](https://github.com/ku1ik) **Base:** `master` ← **Head:** `pep8` --- ### 📝 Commits (2) - [`4669684`](https://github.com/asciinema/asciinema/commit/46696846e12730d3aa8331163f2dc42744f5f057) Make code to respect PEP8 coding style - [`25dd3f2`](https://github.com/asciinema/asciinema/commit/25dd3f2fd15d91d3bce5d70a892acd994551f3c6) Learn travis to check PEP8 style ### 📊 Changes **8 files changed** (+41 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `.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) </details> ### 📄 Description No new functions, just coding edit coding style to pass with pep8 check. Except `E501 line too long`. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-15 11:13:51 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
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
starred/asciinema#1015
No description provided.