Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added filename and signature style regulations #8

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

cooper-mj
Copy link
Member

No description provided.

@parthsarin
Copy link
Member

I like filename, can we revisit signature in person?

See meeting agenda for 8/23/20
STYLE.md Outdated
Comment on lines 49 to 54
# /usr/bin/env python3

'''
File: filename.py
-----------------
'''

This comment was marked as outdated.

This comment was marked as outdated.

Comment on lines +58 to +65
```python
# /usr/bin/env python3

'''
File: filename.py
-----------------
'''
```
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I hate that this was such a meandering process to get here... Can we remove the line between the shebang and use double quotes for the comment? Good to merge after your OK, @cooper-mj.

Suggested change
```python
# /usr/bin/env python3
'''
File: filename.py
-----------------
'''
```
# /usr/bin/env python3
"""
File: filename.py
-----------------
"""

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants