-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add linting #6
Open
JunAishima
wants to merge
13
commits into
NSLS-II-FXI:main
Choose a base branch
from
JunAishima:add-linting
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Add linting #6
Commits on Jul 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8a6bb61 - Browse repository at this point
Copy the full SHA 8a6bb61View commit details -
changes made by 'pre-commit run --all-files'
* do flake8 separately because it only reports errors, does not actually change files
Configuration menu - View commit details
-
Copy full SHA for 26e8dcb - Browse repository at this point
Copy the full SHA 26e8dcbView commit details -
initial commit of flake8 fixes
* still have some variable issues to verify
Configuration menu - View commit details
-
Copy full SHA for bda3049 - Browse repository at this point
Copy the full SHA bda3049View commit details -
* prevent conflicts with black in handling spaces around array slicing with ":" * see pre-commit/pre-commit-hooks#112 comment from April 28, 2016 by dwaynebailey for where I saw this configuration method used
Configuration menu - View commit details
-
Copy full SHA for 24885b0 - Browse repository at this point
Copy the full SHA 24885b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9b1926 - Browse repository at this point
Copy the full SHA c9b1926View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46da6a3 - Browse repository at this point
Copy the full SHA 46da6a3View commit details -
* resolve the conflict between flake8 and black, which follows the anti-pattern described here https://www.flake8rules.com/rules/W503.html
Configuration menu - View commit details
-
Copy full SHA for 6fa9e19 - Browse repository at this point
Copy the full SHA 6fa9e19View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff6698b - Browse repository at this point
Copy the full SHA ff6698bView commit details -
Configuration menu - View commit details
-
Copy full SHA for efe1bce - Browse repository at this point
Copy the full SHA efe1bceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4962e7d - Browse repository at this point
Copy the full SHA 4962e7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b590cd5 - Browse repository at this point
Copy the full SHA b590cd5View commit details -
* looking back at the beamline profile_collection, the tomography images are to be used here
Configuration menu - View commit details
-
Copy full SHA for 31e0a29 - Browse repository at this point
Copy the full SHA 31e0a29View commit details -
* use "ell" instead of the lowercase letter "l" to prevent possible mis-reading (as capital I, for instance)
Configuration menu - View commit details
-
Copy full SHA for c1235e2 - Browse repository at this point
Copy the full SHA c1235e2View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.