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

PEP8 compliance and documentation #6

Closed
astrochun opened this issue Feb 3, 2020 · 2 comments
Closed

PEP8 compliance and documentation #6

astrochun opened this issue Feb 3, 2020 · 2 comments
Assignees
Labels
documentation Improvements or additions to documentation pep8 PEP8 compliance, formatting

Comments

@astrochun
Copy link
Contributor

General issue for best practices. This ticket will remain open indefinitely.

@astrochun astrochun added documentation Improvements or additions to documentation pep8 PEP8 compliance, formatting labels Feb 3, 2020
@astrochun astrochun self-assigned this Feb 3, 2020
@astrochun astrochun changed the title PEP8 compliance PEP8 compliance and documentation Feb 5, 2020
astrochun added a commit that referenced this issue Feb 5, 2020
astrochun added a commit that referenced this issue Feb 5, 2020
…_ldap_query, ual_ldap_queries, ldap_search (iss #6)
@astrochun
Copy link
Contributor Author

astrochun commented Jul 21, 2020

README.md has been a bit outdated. It needs to include discussion of

  • Provide description on configuration settings [6194252]
  • Documentation of manual override [338c08f]

astrochun added a commit that referenced this issue Jul 21, 2020
astrochun added a commit that referenced this issue Jul 22, 2020
astrochun added a commit that referenced this issue Sep 10, 2020
astrochun added a commit that referenced this issue Sep 15, 2020
astrochun added a commit that referenced this issue Sep 15, 2020
astrochun added a commit that referenced this issue Sep 21, 2020
Minor change with allowed group_type
astrochun added a commit that referenced this issue Sep 21, 2020
@damian-romero
Copy link
Contributor

damian-romero commented Nov 25, 2020

While working on #93 I found some style issues including:

  1. multiple spaces before assignments in several scripts as in scripts/org_code_numbers.py
a    = 'a'
ab   = 'ab'
abc  = 'abc'
  1. F-strings with no place holders as in f'foo bar' in scripts/manual_override.py
  2. Some unused imports like from os import path and from os import mkdir in scripts/org_code_numbers.py

I am not sure if 1 is for clarity, but I think fixing the other ones could be part of this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation pep8 PEP8 compliance, formatting
Projects
None yet
Development

No branches or pull requests

2 participants