-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #44 from coveo/chore/bump-dependencies
bump the planet
- Loading branch information
Showing
10 changed files
with
199 additions
and
183 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 |
---|---|---|
@@ -1,45 +1,34 @@ | ||
"""Exceptions thrown by the stew scripts.""" | ||
|
||
|
||
class StewException(Exception): | ||
... | ||
class StewException(Exception): ... | ||
|
||
|
||
class CannotLoadProject(StewException): | ||
... | ||
class CannotLoadProject(StewException): ... | ||
|
||
|
||
class NotAPoetryProject(StewException): | ||
... | ||
class NotAPoetryProject(StewException): ... | ||
|
||
|
||
class RequirementsOutdated(StewException): | ||
... | ||
class RequirementsOutdated(StewException): ... | ||
|
||
|
||
class PythonProjectNotFound(StewException): | ||
... | ||
class PythonProjectNotFound(StewException): ... | ||
|
||
|
||
class LockNotFound(StewException): | ||
... | ||
class LockNotFound(StewException): ... | ||
|
||
|
||
class ToolNotFound(StewException): | ||
... | ||
class ToolNotFound(StewException): ... | ||
|
||
|
||
class MypyNotFound(StewException): | ||
... | ||
class MypyNotFound(StewException): ... | ||
|
||
|
||
class CheckFailed(StewException): | ||
... | ||
class CheckFailed(StewException): ... | ||
|
||
|
||
class CheckError(StewException): | ||
... | ||
class CheckError(StewException): ... | ||
|
||
|
||
class UsageError(StewException): | ||
... | ||
class UsageError(StewException): ... |
This file contains 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
Empty file.
This file contains 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
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
Empty file.