forked from NSoiffer/MathCATForPython
-
Notifications
You must be signed in to change notification settings - Fork 1
Remove lint action #3
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
Merged
Merged
Changes from 18 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
6150446
fixed pyright and ruff errors
RyanMcCleary 27c3bdd
exclude addon/globalPlugin/MathCAT/yaml/* from ruff linting
RyanMcCleary 37efe28
removed unnecessary noqa comment in Example/test.py
RyanMcCleary 538b228
fixed errors in pre-commit config file
RyanMcCleary 8f07b89
removed configuration from pyproject.toml that does not apply
RyanMcCleary 6fee99b
updated maintainer info and changed .yml extension to .yaml
RyanMcCleary 25384b9
temporarily commented out no-commit-to-branch hook
RyanMcCleary a20666a
updated zip version in Cargo.toml
RyanMcCleary 3c49323
Update translations
invalid-email-address cf156df
added [patch.crates-io] to Cargo.toml
RyanMcCleary 15fad5a
Merge branch 'main' of github.com:RyanMcCleary/MathCATForPython
RyanMcCleary 31304b2
Update translations
invalid-email-address 5fbc8a4
added newline at EOF in some files
RyanMcCleary 7a2d529
added newline at end of .rs files
RyanMcCleary 4aecb18
Merged
RyanMcCleary 6bff8d7
Pre-commit auto-fix
pre-commit-ci[bot] 984e9b8
removed lint.yaml
RyanMcCleary 3856957
Merge branch 'remove-lint-action' of github.com:RyanMcCleary/MathCATF…
RyanMcCleary 742a660
Removed requirements.txt
RyanMcCleary 5f8d06d
Removed [patch.crates-io] from Cargo.toml
RyanMcCleary 232ddeb
Added rust to the pre-commit file
RyanMcCleary 5cc9e74
Pre-commit auto-fix
pre-commit-ci[bot] File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
# | ||
###### Requirements for automated lint ###### | ||
flake8 >= 3.8 | ||
flake8-tabs >= 2.3 | ||
flake8-tabs >= 2.3 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -192,4 +192,4 @@ mod py_tests { | |
Err(e) => panic!("Error remains {}", e.to_string()), | ||
} | ||
} | ||
} | ||
} |
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.
Uh oh!
There was an error while loading. Please reload this page.